16 lines
405 B
JSON
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"
|
|
}
|
|
]
|
|
}
|