Components
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.
npx shadcn@latest add https://21st.dev/r/ravikatiyar162/rotary-radio-switchLoading preview...
import Radio from "@/components/ui/rotary-radio-switch";
export default function DemoOne() {
return <Radio />;
}