This component implements a button.
<Button text="Click me" variant="primary" onClick={clickHandler} />
Name | Type | Required | Default | Description |
---|---|---|---|---|
onClick | func | required | onClick handler | |
className | string | names of custom css classes separated by space | ||
text | string | required | text of the button | |
variant | string | default | variant |