Layout

Accordion

Vertically stacked expandable sections.

Primitive

@radix-ui/react-accordion

Accordion

Expandable sections.

QuickBooks, SPS Commerce, Shopify, and 60+ more.

API Reference

PropTypeDefaultDescription
type"single" | "multiple"--Single or multiple items open.
collapsiblebooleanfalseAllow all items to be closed (single mode only).
valuestring | string[]--Controlled open items.
defaultValuestring | string[]--Default open items.

Usage

import { Accordion } from "@doss/tetris-ui";