Skip to content

Commit

Permalink
docs: fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gioboa committed Oct 18, 2023
1 parent b4e3a04 commit 93dbb06
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
2 changes: 0 additions & 2 deletions apps/docs/content/_components/accordionitem.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,3 @@ For example, `<summary>` elements are focusable and can be activated by pressing
| `ref?` | `Signal<Element>` | | |
| `summaryClass` | `string` | | |
| `onToggle$?` | `PropFunction<(open: boolean) => void>` | | |

::
2 changes: 0 additions & 2 deletions apps/docs/content/_components/badge.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,3 @@ The component itself does not provide any specific accessibility features. Pleas
| `max` | `number` | `99` | |
| `variant` | `SfBadgeVariant` | `standard` | `standard`, `dot` |
| `placement` | `SfBadgePlacement` | `top-right` | `top-right`, `top-left`, `bottom-right`, `bottom-left` |

::
8 changes: 7 additions & 1 deletion apps/docs/content/_components/button.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,10 @@ If you need to use Button with non-`<button>` tags like `<div>` you need to add
| `square` | `boolean` | `false` | |
| `onClick$` | `PropFunction<(event: <...>) => void>` | | |

::
## Slots

| Slot name | Description |
| --------- | -------------------------- |
| `prefix` | Left side slotted content |
| `default` | Slotted content |
| `suffix` | Right side slotted content |
8 changes: 8 additions & 0 deletions apps/docs/content/_components/chip.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,11 @@ When using `SfChip` without any text label/description inside, you should specif
| `inputProps?` | `QwikIntrinsicElements['input']` | | |
| `slotPrefix?` | `boolean` | | |
| `slotSuffix?` | `boolean` | | |

## Slots

| Slot name | Description |
| --------- | -------------------------- |
| `prefix` | Left side slotted content |
| `default` | Slotted content |
| `suffix` | Right side slotted content |

0 comments on commit 93dbb06

Please sign in to comment.