Components
Loading preview...
An animated CTA button with expanding circle background and arrow icon on hover.
@Shatlyk1011
npx shadcn@latest add https://21st.dev/r/Shatlyk1011/motion-buttonimport 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>
);
}