@front10/landing-page-book
Version:
A react library for landing page
20 lines (18 loc) • 1.15 kB
Markdown
# Footer
[](https://github.com/RichardLitt/standard-readme)
## Properties
| </br>Name | </br>Type | </br>Summary | </br>Default |
| ---- | ---- | ---- | ---- |
| bgColor | `string` | Background color of the footer. | `'dark'` |
| children | `union` | Elements to show inside of Footer. | `null` |
| className | `string` | Class to apply to icon. | `''` |
| copyright | `string` | Text of copyright. | `''` |
| copyrightTextColor | `string` | Text color of copy right. | `'light'` |
| headerTextColor | `string` | Text color of headers. | `'light'` |
| linkTextColor | `string` | Text color of links. | `'light'` |
| padding | `string` | Padding to apply to Footer. | `'5'` |
| sections | `arrayOf` | Sections to show. | `[]` |
| socialRounded | `bool` | Define if socials buttons are rounded. | `true` |
| socialUrl | `string` | Url to share in socials networks. | `''` |
| socials | `arrayOf` | Array of string with values of socials networks to display. | `[]` |
| style | `objectOf` | Css style applied to the component | `null` |