Circular knob-style selector with numbered segments and an "OFF" position, featuring a glossy central dial. Perfect for volume, mode, or intensity control in audio gear or appliance UIs.
import Radio from "@/components/ui/rotary-radio-switch"; export default function DemoOne() { return <Radio />; }