37 lines
821 B
JSON
37 lines
821 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
|
"name": "radix-sheet-demo",
|
|
"type": "registry:ui",
|
|
"title": "Radix Sheet Demo",
|
|
"description": "Demo showing a sheet with radix dialog.",
|
|
"dependencies": ["lucide-react", "motion"],
|
|
"registryDependencies": [
|
|
"https://animate-ui.com/r/radix-sheet",
|
|
"button",
|
|
"label",
|
|
"input"
|
|
],
|
|
"files": [
|
|
{
|
|
"path": "registry/demo/radix/sheet/index.tsx",
|
|
"type": "registry:ui",
|
|
"target": "components/animate-ui/demo/radix/sheet.tsx"
|
|
}
|
|
],
|
|
"meta": {
|
|
"demoProps": {
|
|
"Sheet": {
|
|
"side": {
|
|
"value": "right",
|
|
"options": {
|
|
"right": "right",
|
|
"left": "left",
|
|
"top": "top",
|
|
"bottom": "bottom"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|