2025-08-20 04:12:49 -06:00

16 lines
558 B
JSON

{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "headless-checkbox",
"type": "registry:ui",
"title": "Headless Checkbox",
"description": "Checkboxes provide the same functionality as native HTML checkboxes, without any of the styling, giving you a clean slate to design them however you'd like.",
"dependencies": ["@headlessui/react", "motion"],
"files": [
{
"path": "registry/headless/checkbox/index.tsx",
"type": "registry:ui",
"target": "components/animate-ui/headless/checkbox.tsx"
}
]
}