# mag-react-components

> A library of React.js components built for use in the MAG interactive map viewers.

[![NPM](https://img.shields.io/npm/v/mag-react-components.svg)](https://www.npmjs.com/package/mag-react-components) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

## Install

```bash
npm install --save mag-react-components
```

## Usage

```jsx
import React, { Component } from 'react'

import MyComponent from 'mag-react-components'
import 'mag-react-components/dist/index.css'

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

## License

MIT © [Jfairfield1](https://github.com/Jfairfield1)
