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