Sorry, but you either have no stories or none are selected somehow.
If the problem persists, check the browser console, or the terminal you've run Storybook from.
The accordion component allows you to put large ammounts of content in small space with the use of expandable headers
The accordion component uses content projection for its header and content
<accordion-header>This is a header</accordion-header>
<accordion-content>This is the content</accordion-content>
| Name | Description | Default | Control |
|---|---|---|---|
| inputs | |||
| expanded | If it's initially expanded boolean | false | |
| sidebarMenu | Is it part of a sidebar? boolean | false | - |
| headerId | Unique ID for the header string | - | |
| methods | |||
| close | Closes accordion () => void | - | |
| open | Opens accordion () => void | - | |
| toggle | Toggles accordion () => void | - | |