@hbsis.uikit/react
Version:
Biblioteca ReactJS
27 lines (20 loc) • 804 B
Markdown
## API
```js
import { Button } from '@hbsis.uikit/react'
```
<!-- STORY -->
<br />
### Properties
* `type` - primary | secondary | danger | default
* `icon` - definir um componente que será o ícone
| propName | propType | defaultValue | isRequired |
|----------|----------|--------------|------------|
| onClick | func | - | + |
| disabled | boolean | false | |
| className | string | - | - |
| height | string | 40px | - |
| width | string | 100% | - |
| htmlType | string | button | - |
| children | node | null | - |
| type | string | default | - |
| icon | boolean | null | - |