SplitArea ui component for react
npm install ac-split-area






react ac-split-area component for tinper-bee
some description...
- react >= 15.3.0
- react-dom >= 15.3.0
- prop-types >= 15.6.0
``js
`
|参数|说明|类型|默认值|
|:---|:-----|:----|:------|
|open|控制展开收起|bool|false|
|ctn|显示左侧内容|node|'操作信息'|
#### 开发调试
`sh``
$ npm install -g bee-tools
$ git clone https://github.com/tinper-bee/ac-split-area
$ cd ac-split-area
$ npm install
$ npm run dev