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