0.1.0 • Published 3 years ago

diachronic-atlas v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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