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