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