{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "switch", "type": "registry:ui", "title": "Switch", "description": "A switch component.", "dependencies": ["@radix-ui/react-switch"], "files": [ { "path": "registry/niv/ui/switch.tsx", "content": "'use client';\n\nimport { Root, Thumb } from '@radix-ui/react-switch';\nimport { cn } from '@/lib/classnames';\nimport type * as React from 'react';\n\nfunction Switch({ className, ...props }: React.ComponentProps) {\n return (\n \n \n \n );\n}\n\nexport { Switch };\n", "type": "registry:ui" } ] }