16 lines
444 B
JSON
16 lines
444 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
|
"name": "radix-collapsible",
|
|
"type": "registry:ui",
|
|
"title": "Collapsible",
|
|
"description": "An interactive component which expands/collapses a panel.",
|
|
"dependencies": ["motion", "radix-ui"],
|
|
"files": [
|
|
{
|
|
"path": "registry/radix/collapsible/index.tsx",
|
|
"type": "registry:ui",
|
|
"target": "components/animate-ui/radix/collapsible.tsx"
|
|
}
|
|
]
|
|
}
|