Switch

A toggle switch component

Installation

Usage

import { Switch } from '@/components/ui/switch'
import { Label } from '@/components/ui/label'

<div class='flex items-center gap-2'>
  <Switch id='notifications' />
  <Label for='notifications'>Enable notifications</Label>
</div>