mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 02:41:05 +00:00
docs(recipes): add ExpandableAccordion recipe
This commit is contained in:
parent
bc29d9ee0d
commit
9edb0c2f31
3 changed files with 58 additions and 0 deletions
13
docs/src/pages/recipes/ExpandableAccordion.svx
Normal file
13
docs/src/pages/recipes/ExpandableAccordion.svx
Normal file
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
layout: recipe
|
||||
---
|
||||
|
||||
<script>
|
||||
import Preview from "../../components/Preview.svelte";
|
||||
</script>
|
||||
|
||||
## Expandable accordion
|
||||
|
||||
This example expands and collapses all accordion items.
|
||||
|
||||
<FileSource src="/framed/Accordion/ExpandableAccordion" />
|
Loading…
Add table
Add a link
Reference in a new issue