import { Label } from '@/registry/new-york/ui/label'
import { Switch } from '@/registry/new-york/ui/switch'
const SwitchDemo = () => {
return (
<div className='flex items-center space-x-2'>
<Switch id='airplane-mode' />
<Label htmlFor='airplane-mode'>Airplane Mode</Label>
</div>
)
}
export default SwitchDemo
npx shadcn@latest add @shadcn-studio/switch-01import { Switch01 } from "@/components/switch-01"<Switch01 />