UNPKG

@front10/landing-page-book

Version:
16 lines (14 loc) 911 B
# Copyright [![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 | | ---- | ---- | ---- | ---- | | allRightText | `string` | All rights reserved text | `'All rights reserved'` | | className | `string` | Class to apply to icon | `''` | | copyRightText | `string` | Copy right text | `'Copyright'` | | showAllRightText | `bool` | Show or hide all right reserved text | `true` | | showCopyRightSymbol | `bool` | Show or hide `©` symbol | `true` | | showCopyRightText | `bool` | Show or hide copy right text | `true` | | showYear | `bool` | Show or hide year in copyright | `true` | | style | `objectOf` | Css style applied to the component | `null` | | text | `string` | Text in copyright, ex: <code>'Front10, Inc'</code> | `''` |