@stamen/navigation
v0.2.1
Published
<img src='https://cloud.githubusercontent.com/assets/1127259/11770145/7434fc84-a1ac-11e5-9bf4-8a797d19fb8d.png'>
Downloads
23
Readme
Navigation
A navigation component designed for use with maps of the American Panorama atlas.
Part of the @stamen/panorama
toolkit.
Usage
import React from 'react';
import ReactDOM from 'react-dom';
import { Navigation } from '@panorama/toolkit';
let navigationConfig = {
// TODO
};
ReactDOM.render(<Navigation {...navigationConfig}/>, document.body);