A multi-item show/hide component. Use the convenience wrapper with an items array, or compose manually with Root, Item, Trigger, and Content.
Import all parts of the component and piece them together
The root Disclosure container.
| Prop | Type | Default |
|---|---|---|
items | { title: string, content: ReactNode }[] | -- |
className | string | "" |