A React component for the font-awesome icon library.
| Param | Type | Default | Description |
|---|---|---|---|
| [border] | Boolean |
false |
Whether or not to show a border radius |
| [className] | String |
An extra set of CSS classes to add to the component | |
| [fixedWidth] | Boolean |
false |
Make buttons fixed width |
| [flip] | String |
false |
Flip the icon's orientation. |
| [inverse] | Boolean |
false |
the icon's color |
| [li] | Boolean |
false |
Icon replaces <li> bullets (has to be used inside <ul className='pe-ul'> tags) |
| name | String |
Name of the icon to use | |
| [rotate] | Number |
The degress to rotate the icon by | |
| [size] | String |
The icon scaling size | |
| [spin] | Boolean |
false |
Spin the icon |
| [va] | Boolean |
false |
Align at the middle of the text |
| [stack] | String |
Stack an icon on top of another |