Skip to content

Commit

Permalink
📝Accordion storybook: note about allowed children
Browse files Browse the repository at this point in the history
  • Loading branch information
oddvernes committed Nov 11, 2024
1 parent 440f692 commit 58e1134
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Allows users to collapse and expand sections of content.
<li>Accordions deliver large amounts of information in user-controlled sections.</li>
<li>Accordions can be used to group or hide information which helps to keep order and scannability on a page.</li>
</ul>
<b>Note:</b> `Accordion` should only contain `Accordion.Item` as direct children.

```tsx
import { Accordion } from '@equinor/eds-core-react'
Expand Down

0 comments on commit 58e1134

Please sign in to comment.