@front10/landing-page-book
Version:
A react library for landing page
16 lines (14 loc) • 911 B
Markdown
# Copyright
[](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> | `''` |