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