21 lines
512 B
JSON
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"
|
|
}
|
|
]
|
|
}
|