@front10/landing-page-book
Version:
A react library for landing page
12 lines (10 loc) • 600 B
Markdown
# Icon
[](https://github.com/RichardLitt/standard-readme)
## Properties
| </br>Name | </br>Type | </br>Summary | </br>Default |
| ---- | ---- | ---- | ---- |
| className | `string` | Class to apply to icon. | `''` |
| icon<font color="red">*</font> | `string` | Icon name. | |
| onClick | `func` | callback function to call when onClick event is fire. | `() => {}` |
| style | `objectOf` | Css style applied to the component | `{}` |
| title | `string` | Title of the icon. | `''` |