16 lines
504 B
JSON
16 lines
504 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
|
"name": "input-button-loading-demo",
|
|
"type": "registry:ui",
|
|
"title": "Input Button Loading Demo",
|
|
"description": "Demo showing an animated button with input effect.",
|
|
"registryDependencies": ["https://animate-ui.com/r/input-button"],
|
|
"files": [
|
|
{
|
|
"path": "registry/demo/buttons/input-loading/index.tsx",
|
|
"type": "registry:ui",
|
|
"target": "components/animate-ui/demo/buttons/input-loading.tsx"
|
|
}
|
|
]
|
|
}
|