---
id: accordion
scope: props
---

## Props

### Accordion Props

<PropsTable of='Accordion' />

### AccordionItem Props

<PropsTable of='AccordionItem' />

### AccordionButton Props

AccordionButton renders a `button` and composes `Box`, this means you can style
it by passing the pseudo style props `_expanded`, `_disabled`, `_hover`, etc.

### AccordionPanel Props

AccordionPanel renders a `div` and composes `Collapse` to provide the height
animation.
