this is the ripple style animated button you can use making good ux
Loading preview...
import { Component } from "@/components/ui/ripple-button"; export default function DemoOne() { return <Component />; }