@front10/landing-page-book
Version:
A react library for landing page
16 lines (14 loc) • 1.01 kB
Markdown
# BackersOpenCollective
[](https://github.com/RichardLitt/standard-readme)
## Properties
| </br>Name | </br>Type | </br>Summary | </br>Default |
| ---- | ---- | ---- | ---- |
| className | `string` | Class name applied of the container | `''` |
| collective<font color="red">*</font> | `string` | Name of collective in opencollective. | |
| imageBordered | `bool` | If true the image will have a solid border | `true` |
| imageGray | `bool` | If true the image doesn't show colors | `false` |
| imageRounded | `bool` | If true the image will be rounded as a circle | `true` |
| loadingClass | `string` | CSS class for loading animation | `'fa fa-circle-o-notch fa-spin'` |
| loadingText | `string` | Loading text to show | `'Loading...'` |
| sortDirection | `string` | Sort direction to show the list of backers | `'desc'` |
| style | `objectOf` | Css style applied to the component | `{}` |