this is the ripple style animated button you can use making good ux
npx shadcn@latest add https://21st.dev/r/n38693842/ripple-button
Loading preview...
import { Component } from "@/components/ui/ripple-button"; export default function DemoOne() { return <Component />; }