@front10/landing-page-book
Version:
A react library for landing page
15 lines (13 loc) • 719 B
Markdown
# Section
[](https://github.com/RichardLitt/standard-readme)
## Properties
| </br>Name | </br>Type | </br>Summary | </br>Default |
| ---- | ---- | ---- | ---- |
| children | `union` | Elements to show inside of Section. | `null` |
| className | `string` | Section css class. | `''` |
| padding | | | `'5'` |
| style | `objectOf` | Customs styles to tramsform your Hero | `null` |
| subTitle | `string` | Section subtitle. | `''` |
| subTitleFontSize | `string` | Font size of sub title. | `'1'` |
| title | `string` | Section title. | `''` |
| titleFontSize | `string` | Font size of title. | `'3'` |