Toggle Switch Sleek, animated switch for toggling preferences or modes. Smooth transitions make it ideal for dark/light mode, settings, or feature activation.
import Switch from "@/components/ui/switch"; export default function DemoOne() { return <Switch />; }