# nabs-ui-buttons

Minimal reusable React button components for the Nabs UI library.

## Usage

```jsx
import { Button } from "nabs-ui-buttons";

export function Example() {
  return <Button variant="primary">Save changes</Button>;
}
```