16 lines
468 B
JSON
16 lines
468 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
|
"name": "radix-dialog-demo",
|
|
"type": "registry:ui",
|
|
"title": "Radix Dialog Demo",
|
|
"description": "Demo showing an animated radix dialog.",
|
|
"registryDependencies": ["https://animate-ui.com/r/radix-dialog", "button"],
|
|
"files": [
|
|
{
|
|
"path": "registry/demo/radix/dialog/index.tsx",
|
|
"type": "registry:ui",
|
|
"target": "components/animate-ui/demo/radix/dialog.tsx"
|
|
}
|
|
]
|
|
}
|