Components
Loading preview...
Here is Color picker radio group component
npx shadcn@latest add https://21st.dev/r/float_ui/color-picker-radio-groupimport ColorPicker from "@/components/ui/color-picker-radio-group";
export default function DemoOne() {
return <ColorPicker />;
}