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