# reactjs-library-demo

> reactjs-library-demo

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

## Install

```bash
npm install --save reactjs-library-demo
```

## Usage

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

import MyComponent from 'reactjs-library-demo'
import 'reactjs-library-demo/dist/index.css'

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

## License

MIT © [react-libraryGenerator](https://github.com/react-libraryGenerator)
