mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
docs(accordion): also demo batch disable
This commit is contained in:
parent
789ecc8c32
commit
f9b3476077
2 changed files with 17 additions and 8 deletions
|
@ -140,9 +140,11 @@ By default, the chevron is right-aligned. Set `align="start"` to left-align the
|
|||
|
||||
## Programmatic example
|
||||
|
||||
This example demonstrates how a list of items can be programmatically expanded and collapsed.
|
||||
This example demonstrates how all items can be programmatically expanded, collapsed, or disabled.
|
||||
|
||||
<FileSource src="/framed/Accordion/ExpandableAccordion" />
|
||||
Disabled accordion items cannot be expanded.
|
||||
|
||||
<FileSource src="/framed/Accordion/ProgrammaticAccordion" />
|
||||
|
||||
## Disabled
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue