@front10/landing-page-book
Version:
A react library for landing page
13 lines (11 loc) • 771 B
Markdown
# Header
[](https://github.com/RichardLitt/standard-readme)
## Properties
| </br>Name | </br>Type | </br>Summary | </br>Default |
| ---- | ---- | ---- | ---- |
| children | `union` | List of element to show inside as childrens. | `null` |
| className | `string` | Class name of header | `''` |
| icon | `string` | Icon to show in component | `''` |
| style | `objectOf` | Css style applied to the component | `null` |
| textAlign | `string` | Icon to show in component | `null` |
| type | `string` | Type of tag element. Can be <code>'h1'</code>, <code>'h2'</code>, <code>'h3'</code>, <code>'h4'</code>, <code>'h5'</code> and <code>'h6'</code> | `'h1'` |