UNPKG

@front10/landing-page-book

Version:
11 lines (9 loc) 542 B
# LocationMarker [![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 | | ---- | ---- | ---- | ---- | | className | `string` | Class to apply. | `''` | | icon | `string` | Icon to show in the marker. | `'fa fa-map-marker'` | | lat<font color="red">*</font> | `number` | Marker latitude. | | | lng<font color="red">*</font> | `number` | Marker longitude. | |