Accordion

Data Display

macOS disclosure group collapsible tree items.

Installation

$npx shadcn-macos@latest add accordion

Examples

FileVault secures data on your Mac by encrypting its disk.

Props

<Accordion />
PropTypeDefaultDescription
items*Array<{ id: string; title: string; icon?: React.ReactNode; content: React.ReactNode }>Array of collapsible accordion items.
defaultOpenIdstringID of the item that is opened by default on initial mount.
allowMultiplebooleanfalseWhether multiple accordion items can be open concurrently.
classNamestringCustom styling classes.