A React wrapper for MapKit JS
npm install mapkit-reactThis library wraps MapKit JS in React components. Its declarative, straightforward, and React-idiomatic API allows you to quickly add maps to your project, from prototype to production.
You can run the examples locally by cloning the project and running the following command:
``sh`
STORYBOOK_MAPKIT_JS_TOKEN="β¦" npm run storybook
Replace β¦ by your MapKit JS token (you can learn how to generate one on the MapKit JS documentation).
You can also see the library used in production on CMUEats and CMU Map.
`sh`
npm install mapkit-react
You can then use the library in your project like this:
`tsx
import React from 'react';
import { Map, Marker } from 'mapkit-react';
function MyComponent() {
return (
);
}
``
You can see all the supported parameters in Storybook (see above).
If you want to expand the provided API or make breaking changes, please open an issue first to discuss it.
The project uses ESLint and EditorConfig to ensure code quality and consistency. Checks are run automatically when a commit is pushed to the repository, but it is convenient to install the relevant plugins in your editor to see the errors and warnings in real time.
Thanks goes to these wonderful people (emoji key):
Nicolas Ettlin π» π π‘ π | Derek Reynolds π» π π‘ | Vladyslav Parashchenko π» | Gabriel Hall π» | Tim Nikischin π» | Jesse Klotz π» |
This project follows the all-contributors specification. Contributions of any kind welcome!