Collapsible

Single expand/collapse region with trigger and animated content.

Import

import { Collapsible, CollapsibleTrigger, CollapsibleContent } from "@repo/design-system/components/ui/collapsible";

Uncontrolled

Pass defaultOpen to start expanded.

Open by Default

These options are for advanced users. Changing them may affect how your workspace behaves.

Drive the state with open and onOpenChange. Currently: closed.

Controlled