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