Custom collapsible component.
Copy the following code into your app directory.
Command
Command
Manual
Manual
uv
from components.ui.collapsible import collapsibleUse the following composition to build a Collapsible
Below are examples demonstrating how the component can be used.
Uses the simplified collapsible() API with trigger and content props for quick implementation.
Uses the low-level collapsible.root(), collapsible.panel(), and ClientStateVar for full control over state and structure.
@radix-ui/primitives