A simple React button component.
You can install the package using npm:
npm install my-unique-button-component
### Button
| Prop | Type | Default | Required | Description |
|---------|----------|-------------|----------|------------------------------|
| `label` | `string` | `undefined` | Yes | The label of the button. |
| `onClick` | `func` | `() => {}` | No | The function to call when the button is clicked. |