Components
An animated CTA button with expanding circle background and arrow icon on hover.
npx shadcn@latest add https://21st.dev/r/Shatlyk1011/motion-buttonLoading preview...
import MotionButton from "../components/ui/motion-button";
export default function Demo() {
return (
<div className="flex items-center justify-center min-h-screen bg-background">
<MotionButton label="Get Started" />
</div>
);
}