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

21 lines
512 B
JSON

{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "radix-popover-demo",
"type": "registry:ui",
"title": "Radix Popover Demo",
"description": "Demo showing an animated radix popover.",
"registryDependencies": [
"https://animate-ui.com/r/radix-popover",
"label",
"button",
"input"
],
"files": [
{
"path": "registry/demo/radix/popover/index.tsx",
"type": "registry:ui",
"target": "components/animate-ui/demo/radix/popover.tsx"
}
]
}