Button

The shadcn primitive, six variants and four sizes, on the site's tokens.

pnpm dlx shadcn@latest add https://buxx.me/r/button
TypeScript
import { Button } from '@/components/ui/button';

export function Example() {
  return <Button variant="outline">Get started</Button>;
}

Built on shadcn/ui.

View source Components