Collapse
Collapse Component
Playground
This content is visible and can be collapsed.
Props
| Prop | Type | Default | Value |
|---|---|---|---|
| open | boolean | — | |
| duration | number | — |
Open
This content is visible and can be collapsed.
Closed
Interactive
CustomDuration
This collapse uses a 600ms animation duration.
| PROP | TYPE | DEFAULT | DESCRIPTION |
|---|---|---|---|
duration | number | — | Animation duration in ms |
open | boolean | — | Whether content is expanded |
Using Collapsetsx
import { Collapse } from '@/components/Collapse'
<Collapse
open="..."
duration="..."
/>Tokens Used
No design tokens detected