17 lines
481 B
JSON
17 lines
481 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
|
"name": "icon-button-demo",
|
|
"type": "registry:ui",
|
|
"title": "Icon Button Demo",
|
|
"description": "Demo showing an icon button.",
|
|
"dependencies": ["lucide-react"],
|
|
"registryDependencies": ["https://animate-ui.com/r/icon-button"],
|
|
"files": [
|
|
{
|
|
"path": "registry/demo/buttons/icon/index.tsx",
|
|
"type": "registry:ui",
|
|
"target": "components/animate-ui/demo/buttons/icon.tsx"
|
|
}
|
|
]
|
|
}
|