react-multipane
Version:
My striking React component.
28 lines (17 loc) • 810 B
Markdown
# react-multipane
[](https://npmjs.com/package/react-multipane) [](https://npmjs.com/package/react-multipane) [](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 © [luyilin](https://github.com/luyilin)