Button
The shadcn primitive, six variants and four sizes, on the site's tokens.
Preview
Installation
pnpm dlx shadcn@latest add https://buxx.me/r/buttonUsage
import { Button } from '@/components/ui/button';
export function Example() {
return <Button variant="outline">Get started</Button>;
} Credits
Built on shadcn/ui.