16 lines
428 B
JSON
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"
|
|
}
|
|
]
|
|
}
|