16 lines
432 B
JSON
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"
|
|
}
|
|
]
|
|
}
|