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