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

16 lines
428 B
JSON

{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "radix-popover",
"type": "registry:ui",
"title": "Popover",
"description": "Displays rich content in a portal, triggered by a button.",
"dependencies": ["motion", "radix-ui"],
"files": [
{
"path": "registry/radix/popover/index.tsx",
"type": "registry:ui",
"target": "components/animate-ui/radix/popover.tsx"
}
]
}