Components
Loading preview...
A retro-styled button inspired by classic pixel art and arcade games. Perfect for projects with a nostalgic or playful theme, it combines blocky aesthetics with interactive functionality for a unique gaming-inspired UI element.
@nextjsshop
npx shadcn@latest add https://21st.dev/r/nextjsshop/pixel-buttonimport { Button02 } from "@/components/ui/pixel-button";
export default function DemoOne() {
return <Button02 />;
}