UNPKG

@front10/landing-page-book

Version:
20 lines (18 loc) 1.15 kB
# Footer [![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](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` |