UNPKG

1.08 kBMarkdownView Raw
1<a name="module_FontAwesome"></a>
2## FontAwesome : <code>ReactClass</code>
3A React component for the font-awesome icon library.
4
5
6| Param | Type | Default | Description |
7| --- | --- | --- | --- |
8| [border] | <code>Boolean</code> | <code>false</code> | Whether or not to show a border radius |
9| [className] | <code>String</code> | | An extra set of CSS classes to add to the component |
10| [fixedWidth] | <code>Boolean</code> | <code>false</code> | Make buttons fixed width |
11| [flip] | <code>String</code> | <code>false</code> | Flip the icon's orientation. |
12| [inverse] | <code>Boolean</code> | <code>false</code> | the icon's color |
13| name | <code>String</code> | | Name of the icon to use |
14| [pulse] | <code>Boolean</code> | <code>false</code> | Rotate icon with 8 steps (rather than smoothly) |
15| [rotate] | <code>Number</code> | | The degress to rotate the icon by |
16| [size] | <code>String</code> | | The icon scaling size |
17| [spin] | <code>Boolean</code> | <code>false</code> | Spin the icon |
18| [stack] | <code>String</code> | | Stack an icon on top of another |
19