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

16 lines
405 B
JSON

{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "input-button",
"type": "registry:ui",
"title": "Input Button",
"description": "A button that shows an input when clicked.",
"dependencies": ["motion"],
"files": [
{
"path": "registry/buttons/input/index.tsx",
"type": "registry:ui",
"target": "components/animate-ui/buttons/input.tsx"
}
]
}