A button where four dots morph into crossing lines with a spring-animated SVG path transition
"use client" import DotsMorphButton from "@/components/ui/motion-dots-morph-button" export default function Default() { return ( <div className="motion-example flex w-full items-center justify-center p-8"> <DotsMorphButton /> </div> ) }