Accordion

Vertically collapsible content sections. Built on Radix Accordion.

Props

PropTypeDefaultDescription
type"single" | "multiple""single"Allow one or multiple items open
collapsiblebooleanfalseAllow all items to be closed
defaultValuestring | string[]-Default expanded item(s)

Import

import { Accordion } from '@blastx/ui';