Constructor
# <Button />
Button component
Parameters:
| Name | Type | Description |
|---|---|---|
type |
string | button type |
disabled |
boolean | disabled status |
title |
string | title over a button when hover |
onClick |
function | callback function |
children |
array | button content e.g button text |
button with text or icon
jsx