Fortura/apps/www/registry/headless/dialog/registry-item.json
2025-08-20 04:12:49 -06:00

16 lines
550 B
JSON

{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "headless-dialog",
"type": "registry:ui",
"title": "Headless Dialog",
"description": "A fully-managed, renderless dialog component jam-packed with accessibility and keyboard features, perfect for building completely custom dialogs and alerts.",
"dependencies": ["@headlessui/react", "motion"],
"files": [
{
"path": "registry/headless/dialog/index.tsx",
"type": "registry:ui",
"target": "components/animate-ui/headless/dialog.tsx"
}
]
}