16 lines
431 B
JSON
16 lines
431 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
|
"name": "base-popover",
|
|
"type": "registry:ui",
|
|
"title": "Base Popover",
|
|
"description": "An accessible popup anchored to a button.",
|
|
"dependencies": ["motion", "@base-ui-components/react"],
|
|
"files": [
|
|
{
|
|
"path": "registry/base/popover/index.tsx",
|
|
"type": "registry:ui",
|
|
"target": "components/animate-ui/base/popover.tsx"
|
|
}
|
|
]
|
|
}
|