KQ-007 · DRAWER/ACCORDION

Drawer Accordion

Opens like a specimen cabinet — height glides while the inner content lags a beat behind, like paper settling in a pulled drawer.

KQ-007 · DRAWER/ACCORDION

Keep sealed units between 10–24 °C at under 60% relative humidity. Handle with lined gloves; bare contact leaves residue on the actuator housing.

Install

One command — the source lands in your repo. Or copy it from the Code tab.

$ pnpm dlx shadcn@latest add @kinetiq/drawer-accordion

Props

PropTypeDefaultDescription
type"single" | "multiple""single"Open one drawer at a time, or many.
value / defaultValuestring | string[]Controlled or uncontrolled open value(s).
onValueChange(value) => voidFires with the next open value(s).
collapsiblebooleantrueSingle mode: allow closing the open item.
Item.value / Item.disabledstring / booleanUnique drawer id; disabled items are skipped in arrow navigation.
Trigger.iconReactNodeLeading icon slot before the header label.