Fortura/apps/www/registry/demo/radix/sheet/registry-item.json
2025-08-20 04:12:49 -06:00

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"
}
}
}
}
}
}