Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)