Beautiful Button with ripple effect on click made with TailwindCSS, Framer motion, make sure to install dependencies before using them.
import { Button } from "@/components/aeroui/button";
// variant -> primary, secondary, ghost
// size -> sm, md, lg
// className -> custom tailwind class
// onClick -> function
<Button variant="primary" size="md">
Click Me
</Button>