Icon
An icon tile
| Name | Description |
|---|---|
| component | icon |
| icon | name of icon (e.g. "icon": "far fa-times") |
| showBorder | true/false - show border |
| size | size of icon (e.g. "size": 24) |
| radius | double, default to size |
| shape | if circle, will wrap icon with a circle |
Styles
| Name | Description |
|---|---|
| color | color for the icon (default to black), fillColor as background if shape is circule |
| borderWidth | width of border (if showBorder is true) |
| fillColor | if circle, will wrap icon with a circle |
| borderColor | if showBorder is true, color of border |
| boxShadow | if showBorder is true, boxShadow setting |