@front10/landing-page-book
Version:
A react library for landing page
15 lines (13 loc) • 720 B
Markdown
# Location
[](https://github.com/RichardLitt/standard-readme)
## Properties
| </br>Name | </br>Type | </br>Summary | </br>Default |
| ---- | ---- | ---- | ---- |
| apiKey | `string` | Key of google maps project. | `''` |
| className | `string` | Class to apply. | `''` |
| height | `string` | Height of the map. | `'50vh'` |
| language | `string` | Language of map. | `'en'` |
| lat | `number` | Latitude to initial center map. | `0` |
| lng | `number` | Longitude to initial center map. | `0` |
| markers | `arrayOf` | Markers to shoe in the map. | `[]` |
| zoom | `number` | Zoom level of map. | `1` |