Components
An animated radio button group with a smooth sliding purple glider that moves vertically to highlight the selected option.
npx shadcn@latest add https://21st.dev/r/jatin-yadav05/animated-radioLoading preview...
import AnimatedRadio from "@/components/ui/animated-radio";
export default function DemoOne() {
return <AnimatedRadio />;
}