Fortura/apps/www/registry/base/checkbox/registry-item.json
2025-08-20 04:12:49 -06:00

16 lines
432 B
JSON

{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "base-checkbox",
"type": "registry:ui",
"title": "Base Checkbox",
"description": "An easily stylable checkbox component.",
"dependencies": ["motion", "@base-ui-components/react"],
"files": [
{
"path": "registry/base/checkbox/index.tsx",
"type": "registry:ui",
"target": "components/animate-ui/base/checkbox.tsx"
}
]
}