63 lines
1.3 KiB
JSON
63 lines
1.3 KiB
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
|
"name": "base-popover-demo",
|
|
"type": "registry:ui",
|
|
"title": "Base Popover Demo",
|
|
"description": "Demo showing a base popover.",
|
|
"registryDependencies": [
|
|
"https://animate-ui.com/r/base-popover",
|
|
"button",
|
|
"input",
|
|
"label"
|
|
],
|
|
"files": [
|
|
{
|
|
"path": "registry/demo/base/popover/index.tsx",
|
|
"type": "registry:ui",
|
|
"target": "components/animate-ui/demo/base/popover.tsx"
|
|
}
|
|
],
|
|
"meta": {
|
|
"demoProps": {
|
|
"Popover": {
|
|
"openOnHover": {
|
|
"value": false
|
|
},
|
|
"delay": {
|
|
"value": 300
|
|
},
|
|
"closeDelay": {
|
|
"value": 0
|
|
}
|
|
},
|
|
"PopoverContent": {
|
|
"side": {
|
|
"value": "bottom",
|
|
"options": {
|
|
"top": "top",
|
|
"bottom": "bottom",
|
|
"left": "left",
|
|
"right": "right",
|
|
"inline-start": "inline-start",
|
|
"inline-end": "inline-end"
|
|
}
|
|
},
|
|
"align": {
|
|
"value": "center",
|
|
"options": {
|
|
"start": "start",
|
|
"center": "center",
|
|
"end": "end"
|
|
}
|
|
},
|
|
"sideOffset": {
|
|
"value": 4
|
|
},
|
|
"alignOffset": {
|
|
"value": 0
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|