A Motion for React button that rolls a duplicate label into place on hover, from the official Motion examples catalog.
"use client" import RollingTextButton from "@/components/ui/motion-rolling-text-button" export default function Default() { return ( <div className="fresh-system flex w-full items-center justify-center p-8"> <RollingTextButton label="Start free" /> </div> ) }