19 lines
856 B
JSON
19 lines
856 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",
|
|
"content": "import { Label } from '@/components/ui/label';\nimport { Checkbox } from '@/components/animate-ui/base/checkbox';\n\nexport const BaseCheckboxDemo = () => {\n return (\n <div className=\"flex items-center space-x-2\">\n <Checkbox defaultChecked id=\"terms\" />\n <Label htmlFor=\"terms\">Accept terms and conditions</Label>\n </div>\n );\n};\n",
|
|
"type": "registry:ui",
|
|
"target": "components/animate-ui/demo/base/checkbox.tsx"
|
|
}
|
|
]
|
|
} |