mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
feat(accordion): add "sm", "xl" size variants to Accordion and AccordionSkeleton
This commit is contained in:
parent
933055c9ce
commit
cb80c7d15b
7 changed files with 50 additions and 14 deletions
|
@ -198,6 +198,7 @@ import { Accordion } from "carbon-components-svelte";
|
|||
| Prop name | Type | Default value |
|
||||
| :-------- | :-------------------------------- | :------------ |
|
||||
| align | <code>"start" | "end"</code> | "end" |
|
||||
| size | <code>"sm" | "xl"</code> | -- |
|
||||
| skeleton | <code>boolean</code> | false |
|
||||
|
||||
### Slots
|
||||
|
@ -262,10 +263,12 @@ import { AccordionSkeleton } from "carbon-components-svelte";
|
|||
|
||||
### Props
|
||||
|
||||
| Prop name | Type | Default value |
|
||||
| :-------- | :------------------- | :------------ |
|
||||
| count | <code>number</code> | 4 |
|
||||
| open | <code>boolean</code> | true |
|
||||
| Prop name | Type | Default value |
|
||||
| :-------- | :-------------------------------- | :------------ |
|
||||
| count | <code>number</code> | 4 |
|
||||
| align | <code>"start" | "end"</code> | "end" |
|
||||
| size | <code>"sm" | "xl"</code> | -- |
|
||||
| open | <code>boolean</code> | true |
|
||||
|
||||
### Slots
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue