Components
Loading preview...
A Uniquely Animated Button
@UmairXD
npx shadcn@latest add https://21st.dev/r/m.umairwaheedansari/send-buttonimport Component from "@/components/ui/send-button";
export default function DemoOne() {
return <Component />;
}