@dotdev/reactive-storelocator
v1.3.0
Published
This package provides a collection of React Components which can be used to build a _Store Locator_ feature.
Maintainers
Keywords
Readme
DotDev Store Locator
This package provides a collection of React Components which can be used to build a Store Locator feature.
Internally it uses the @dotdev/reactive-google-map for the embedded Google Map and miscellaneous Google API's for different geocoding and geolocation purposes.
Install
This package is private and requires access to the @dotdev organization to install.
yarn add @dotdev/reactive-storelocatorUsage
See the /examples folder for complete example implementations.
Development
Transpile
The @dotdev/reactive-storelocator package is transpiled with the Typescript Compiler and not minified or optimized beyond that, no additional tooling is required to transpile.
Scripts
Scripts are intended to be executed with yarn.
yarn run <script>package
Transpile source into Javascript, optional --watch flag to re-transpile on source file change.
lint
Lint the source with tslint.
docs
Generate docs from source with typedoc.
