Components
Draggable mechanical switch with realistic physics, LED status glow, and cross-fade text labels.
Loading preview...
import IndustrialSwitch from "@/components/ui/toggle-switch";
export default function DemoOne() {
return <IndustrialSwitch />;
}