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