16 lines
442 B
JSON
16 lines
442 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
|
"name": "base-switch",
|
|
"type": "registry:ui",
|
|
"title": "Base Switch",
|
|
"description": "A control that indicates whether a setting is on or off.",
|
|
"dependencies": ["motion", "@base-ui-components/react"],
|
|
"files": [
|
|
{
|
|
"path": "registry/base/switch/index.tsx",
|
|
"type": "registry:ui",
|
|
"target": "components/animate-ui/base/switch.tsx"
|
|
}
|
|
]
|
|
}
|