preskok/ui

An accessible switch component for boolean inputs.

Installation

pnpm dlx preskok-ui@latest add switch

Usage

import { Switch } from "@/components/ui/preskok-ui/switch"
 
export function SwitchDemo() {
  return <Switch>Enable notifications</Switch>
}