Skip to content

Accordion

Vertically collapsing sections with sprung reveals.

Install

$ pnpm dlx shadcn@latest add https://vitrumui.vercel.app/r/accordion.json

Examples

Default

A displacement map bends the backdrop around each surface's bevel in a single compositor pass. The center stays at rest so content behind it remains legible.

API

<Accordion />

PropTypeDefaultDescription
type"single" | "multiple"Whether one or many items can open.
collapsiblebooleanfalseAllow closing the open item (single mode).
defaultValuestring | string[]Initially open item(s).