Components
Loading preview...
Draggable mechanical switch with realistic physics, LED status glow, and cross-fade text labels.
@daiv09
npx shadcn@latest add https://21st.dev/r/daiwiikharihar17147/toggle-switchimport IndustrialSwitch from "@/components/ui/toggle-switch";
export default function DemoOne() {
return <IndustrialSwitch />;
}