Components
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.
npx shadcn@latest add https://21st.dev/r/nextjsshop/nextjsshop-buttonLoading preview...
import { Button01 } from "@/components/ui/nextjsshop-button";
export default function DemoOne() {
return <Button01 />;
}