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

16 lines
550 B
JSON

{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "headless-switch",
"type": "registry:ui",
"title": "Headless Switch",
"description": "Switches are a pleasant interface for toggling a value between two states, and offer the same semantics and keyboard navigation as native checkbox elements.",
"dependencies": ["@headlessui/react", "motion"],
"files": [
{
"path": "registry/headless/switch/index.tsx",
"type": "registry:ui",
"target": "components/animate-ui/headless/switch.tsx"
}
]
}