16 lines
463 B
JSON
16 lines
463 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
|
"name": "base-checkbox-demo",
|
|
"type": "registry:ui",
|
|
"title": "Base Checkbox Demo",
|
|
"description": "Demo showing a base checkbox.",
|
|
"registryDependencies": ["https://animate-ui.com/r/base-checkbox", "label"],
|
|
"files": [
|
|
{
|
|
"path": "registry/demo/base/checkbox/index.tsx",
|
|
"type": "registry:ui",
|
|
"target": "components/animate-ui/demo/base/checkbox.tsx"
|
|
}
|
|
]
|
|
}
|