mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
fix(accordion-skeleton): add align prop
This commit is contained in:
parent
06fea29c4f
commit
933055c9ce
3 changed files with 18 additions and 1 deletions
|
@ -93,8 +93,17 @@
|
|||
|
||||
### Skeleton
|
||||
|
||||
<Accordion skeleton />
|
||||
|
||||
### Skeleton (chevron aligned left)
|
||||
|
||||
<Accordion skeleton align="start" />
|
||||
|
||||
### Skeleton (custom count)
|
||||
|
||||
<Accordion skeleton count={3} />
|
||||
|
||||
### Skeleton (closed)
|
||||
|
||||
<Accordion skeleton open={false} count={3} />
|
||||
<Accordion skeleton open={false} />
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue