Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 648 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 648 Bytes

diachronic-atlas

Temporally-aware Mapbox GL mapping component

NPM JavaScript Style Guide

Install

npm install --save diachronic-atlas

Usage

import React, { Component } from 'react'

import MyComponent from 'diachronic-atlas'
import 'diachronic-atlas/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © imaginerio