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