This component is a container that renders a Button element, and by default has two other components: Icon and Text.
The style of the button can be changed, and a OnClick behaviour is available.
| Attribute | Description |
|---|---|
| disabled | Boolean to indicate if the button is clickable or disabled |
| Event | Description |
|---|---|
| OnClick | This event is triggered when the button is clicked |