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