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.
Loading preview...
import { Button01 } from "@/components/ui/nextjsshop-button";
export default function DemoOne() {
return <Button01 />;
}