Skip to content

Commit

Permalink
docs: update component READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfranco authored Jan 12, 2023
1 parent efd08f1 commit a0ca562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/accordion/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

| Property | Attribute | Description | Type | Default |
| --------------- | ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------- | ------------ |
| `appearance` | `appearance` | Specifies the appearance of the component. | `"minimal" \| "solid" \| "transparent"` | `"solid"` |
| `appearance` | `appearance` | Specifies the appearance of the component. | `"solid" \| "transparent"` | `"solid"` |
| `iconPosition` | `icon-position` | Specifies the placement of the icon in the header. | `"end" \| "start"` | `"end"` |
| `iconType` | `icon-type` | Specifies the type of the icon in the header. | `"caret" \| "chevron" \| "plus-minus"` | `"chevron"` |
| `scale` | `scale` | Specifies the size of the component. | `"l" \| "m" \| "s"` | `"m"` |
Expand Down

0 comments on commit a0ca562

Please sign in to comment.