Components
Loading preview...
A versatile button component that supports different styles, sizes, and states. It can be used for primary actions, secondary actions, and interactive UI elements while maintaining consistent design across your application.
@nextjsshop
npx shadcn@latest add https://21st.dev/r/nextjsshop/nextjsshop-buttonimport { Button01 } from "@/components/ui/nextjsshop-button";
export default function DemoOne() {
return <Button01 />;
}