Components
Loading preview...
Here is radio croup colors component
@shadcnspace
npx shadcn@latest add https://21st.dev/r/shadcnspace/radio-group-colors-demoimport RadioGroupColorsDemo from "@/components/ui/radio-group-colors-demo";
export default function DemoOne() {
return <RadioGroupColorsDemo/>;
}