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

21 lines
529 B
JSON

{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "radix-sheet",
"type": "registry:ui",
"title": "Radix Sheet",
"description": "Extends the Dialog component to display content that complements the main content of the screen.",
"dependencies": [
"motion",
"class-variance-authority",
"lucide-react",
"radix-ui"
],
"files": [
{
"path": "registry/radix/sheet/index.tsx",
"type": "registry:ui",
"target": "components/animate-ui/radix/sheet.tsx"
}
]
}