@front10/landing-page-book
Version:
A react library for landing page
21 lines (19 loc) • 1.02 kB
Markdown
# ContactInfo
[](https://github.com/RichardLitt/standard-readme)
## Properties
| </br>Name | </br>Type | </br>Summary | </br>Default |
| ---- | ---- | ---- | ---- |
| address | `string` | Address info | `''` |
| className | `string` | Class to apply to icon | `''` |
| email | `string` | Email contact info | `''` |
| fax | `string` | Fax contact info | `''` |
| infoMarginBottom | `string` | Margin bottom of text | `'0'` |
| lat | `number` | Marker latitude | `0` |
| lng | `number` | Marker longitude | `0` |
| locationApiKey | `string` | Key of the map | `''` |
| mapHeight | `string` | Height of the map | `'50vh'` |
| mobile | `string` | Mobile contact info | `''` |
| phone | `string` | Phone contact info | `''` |
| showBorder | `bool` | Show or hide card border | `true` |
| showIcons | `bool` | Show or hide icons in the information | `true` |
| website | `string` | Web contact info | `''` |