Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ordazgustavo/here-maps-react
React components library for HERE Maps
https://github.com/ordazgustavo/here-maps-react
Last synced: 3 months ago
JSON representation
React components library for HERE Maps
- Host: GitHub
- URL: https://github.com/ordazgustavo/here-maps-react
- Owner: ordazgustavo
- License: mit
- Archived: true
- Created: 2019-01-24T03:59:26.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-01T20:45:30.000Z (over 3 years ago)
- Last Synced: 2024-07-17T15:45:04.682Z (4 months ago)
- Language: TypeScript
- Homepage: https://ordazgustavo.github.io/here-maps-react
- Size: 1.79 MB
- Stars: 29
- Watchers: 3
- Forks: 18
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# here-maps-react [![NPM](https://img.shields.io/npm/v/here-maps-react.svg)](https://www.npmjs.com/package/here-maps-react) ![](https://img.shields.io/github/license/ordazgustavo/here-maps-react.svg) ![](https://badgen.net/bundlephobia/minzip/here-maps-react)
> React components library for HERE Maps
Easily integrate HERE Maps into your app with a set of React components.
Full TypeScript support!
Tree shakeable!
## Installation
```bash
yarn add here-maps-react
```Or
```bash
npm install --save here-maps-react
```The version **1.0.0** of this library uses React Hooks so you'll need to be on
**16.8.0** or later.## Docs
The Here Maps React docs are pubished at
[https://ordazgustavo.github.io/here-maps-react](https://ordazgustavo.github.io/here-maps-react)This library is based on the original
[react-here-maps](https://github.com/Josh-ES/react-here-maps), updated to
conform to React StrictMode, as well as, adding new components.## License
MIT © [ordazgustavo](https://github.com/ordazgustavo)