# react-multipane

[![NPM version](https://img.shields.io/npm/v/react-multipane.svg?style=flat)](https://npmjs.com/package/react-multipane) [![NPM downloads](https://img.shields.io/npm/dm/react-multipane.svg?style=flat)](https://npmjs.com/package/react-multipane) [![CircleCI](https://circleci.com/gh/luyilin/react-multipane/tree/master.svg?style=shield)](https://circleci.com/gh/luyilin/react-multipane/tree/master)

My striking React component.

## Install

```bash
yarn add react-multipane --save
```

CDN: [UNPKG](https://unpkg.com/react-multipane/) | [jsDelivr](https://cdn.jsdelivr.net/npm/react-multipane/) (available as `window.Hello`)

## Usage

```
import Hello from 'react-multipane'

ReactDOM.render(
  <Hello></Hello>
, mountNode)
```

## License

MIT &copy; [luyilin](https://github.com/luyilin)
