Components
Loading preview...
A sleek button featuring an animated dotted arrow, ideal for navigation or call-to-action elements. Its minimal design and smooth motion make it perfect for modern interfaces that need a subtle yet engaging interactive element.
@nextjsshop
npx shadcn@latest add https://21st.dev/r/nextjsshop/arrow-dots-buttonimport { Button05 } from "@/components/ui/arrow-dots-button";
export default function DemoOne() {
return <Button05 />;
}