16 lines
446 B
JSON
16 lines
446 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
|
"name": "radix-switch",
|
|
"type": "registry:ui",
|
|
"title": "Radix Switch",
|
|
"description": "A control that allows the user to toggle between checked and not checked.",
|
|
"dependencies": ["motion", "radix-ui"],
|
|
"files": [
|
|
{
|
|
"path": "registry/radix/switch/index.tsx",
|
|
"type": "registry:ui",
|
|
"target": "components/animate-ui/radix/switch.tsx"
|
|
}
|
|
]
|
|
}
|