17 lines
512 B
JSON
17 lines
512 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
|
"name": "headless-dialog-demo",
|
|
"type": "registry:ui",
|
|
"title": "Headless Dialog Demo",
|
|
"description": "Demo showing an animated headless dialog.",
|
|
"dependencies": ["lucide-react"],
|
|
"registryDependencies": ["https://animate-ui.com/r/headless-dialog"],
|
|
"files": [
|
|
{
|
|
"path": "registry/demo/headless/dialog/index.tsx",
|
|
"type": "registry:ui",
|
|
"target": "components/animate-ui/demo/headless/dialog.tsx"
|
|
}
|
|
]
|
|
}
|