preskok/ui

An accessible switch component for boolean inputs.

Installation

pnpm dlx @preskok-org/ui@latest add switch

Usage

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