import { Button } from '@/registry/default/ui/button';
export default function ButtonDemo() {
return (
<Button variant="primary" className="mx-auto w-full max-w-96">
Button
</Button>
);
}
npx shadcn@latest add @reui/button-full-widthimport { ButtonFullWidth } from "@/components/button-full-width"<ButtonFullWidth />