mahipat-button-component
v1.2.0
Published
A simple React button component.
Downloads
4
Readme
My Unique Button Component
A simple React button component.
Installation
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. |