Components
Toggle Switch Sleek, animated switch for toggling preferences or modes. Smooth transitions make it ideal for dark/light mode, settings, or feature activation.
npx shadcn@latest add https://21st.dev/r/ravikatiyar162/switchLoading preview...
import Switch from "@/components/ui/switch";
export default function DemoOne() {
return <Switch />;
}