Components
Loading preview...
A playful button with a minimal dotted-arrow animation that gives a quirky "plop" effect. Designed for fun, experimental, or creative interfaces, it adds a touch of humor and uniqueness compared to standard buttons.
@nextjsshop
npx shadcn@latest add https://21st.dev/r/nextjsshop/animated-arrow-buttonimport { Button04 } from "@/components/ui/animated-arrow-button";
export default function DemoOne() {
return <Button04 />;
}