An animated radio button group with a smooth sliding purple glider that moves vertically to highlight the selected option.
import AnimatedRadio from "@/components/ui/animated-radio"; export default function DemoOne() { return <AnimatedRadio />; }