fourcube / react-mapbox

A simple React Component for interfacing with mapbox.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-mapbox

This is a sample component showing how to integrate mapbox into a React Component.

Using

This component is packaged with browserify.

You can npm install react-mapbox and then include in your Javascript files with

var MapComponent = require('react-mapbox');

Running

npm install && npm install -g browserify
npm run build-sample-

open index.html

About

A simple React Component for interfacing with mapbox.


Languages

Language:JavaScript 51.1%Language:CSS 48.9%