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