UNPKG

562 BMarkdownView Raw
1# arctic-map
2
3> arctic-map
4
5[![NPM](https://img.shields.io/npm/v/arctic-map.svg)](https://www.npmjs.com/package/arctic-map) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
6
7## Install
8
9```bash
10npm install --save arctic-map
11```
12
13## Usage
14
15```jsx
16import React, { Component } from 'react'
17
18import MyComponent from 'arctic-map'
19
20class Example extends Component {
21 render () {
22 return (
23 <MyComponent />
24 )
25 }
26}
27```
28
29## License
30
31MIT © [sealaska-mbs](https://github.com/sealaska-mbs)