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