Components
Loading preview...
A playful button with a sliding arrow animation that sneaks in from the side. Perfect for adding fun interactions to navigation, menus, or call-to-actions while keeping a clean and modern design.
@nextjsshop
npx shadcn@latest add https://21st.dev/r/nextjsshop/sneaky-buttonimport { Button06 } from "@/components/ui/sneaky-button";
export default function DemoOne() {
return <Button06 />;
}