A Motion for React box that travels an SVG path while the stroke draws in, from the official Motion examples catalog.
"use client" import AlongPath from "@/components/ui/motion-along-path" export default function Default() { return ( <div className="motion-example flex w-full items-center justify-center p-8"> <AlongPath /> </div> ) }