UnderlinedButtonProps Interface
Properties for the UnderlinedButton React component
Methods
| Name | Description | |
|---|---|---|
| onActivate(): void Optional | Callback to activate | |
| onClick(e: MouseEvent<Element, MouseEvent>): void Optional | Callback to onClick event |
Properties
| Name | Type | Description | |
|---|---|---|---|
| children | ReactNode | String that will be rendered by the button | |
| className | undefined | string | Additional className | |
| title | undefined | string | Title of the button |
Defined in
Last Updated: 30 November, 2023