Here is Radio component
npx shadcn@latest add https://21st.dev/r/base-ui/radio-1
Loading preview...
import ExampleRadioGroup from "@/components/ui/radio-1"; export default function DemoOne() { return <ExampleRadioGroup />; }