Skip to content

Commit

Permalink
Update Accordion.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
mariana-caetano authored May 12, 2022
1 parent cecb71c commit 29de70e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/docs/reference/ui/molecules/Accordion.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ import PropsSection from "@site/src/components/PropsSection/PropsSection";
Accordions display an expandable/collapsible list of items. The final Accordion component is a compound of the following:

- `Accordion`: wraps a series of `AccordionItem`s in a single component.

- `AccordionItem`: wraps an `AccordionButton` and an `AccordionPanel`.

- `AccordionButton`: contains the top-level items of the Accordion list. It is a clickable button that shows or hides the child items of a given `AccordionItem`.

- `AccordionPanel`: contains the child items of a given `AccordionItem`.

## Import
Expand Down

0 comments on commit 29de70e

Please sign in to comment.