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

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"
}
]
}