1.1.0 • Published 7 years ago
rc-drawer-menu v1.1.0
rc-drawer-menu
Example
http://react-component.github.io/drawer-menu/examples/
Usage
import Drawer from 'rc-drawer-menu';
import React from 'react';
import ReactDom from 'react-dom';
ReactDom.render(
<Drawer>
{menu children}
</Drawer>
, mountNode);Install
Browser Support
![]() | ![]() | ![]() | ![]() | ![]() |
|---|---|---|---|---|
| IE 10+ ✔ | Chrome 31.0+ ✔ | Firefox 31.0+ ✔ | Opera 30.0+ ✔ | Safari 7.0+ ✔ |
API
| props | type | default | description |
|---|---|---|---|
| className | string | null | - |
| prefixCls | string | 'drawer' | prefix class |
| wrapperClassName | string | null | wrapper class name |
| open | boolean | false | open or close menu |
| defaultOpen | boolean | false | default open menu |
| handleChild | boolean / ReactElement | true | true or false or ReactElement |
| handleStyle | object | null | handle style |
| placement | string | left | left top right bottom |
| level | string or array | all | With the drawer level element. all/ null / className / id / tagName / array |
| levelTransition | string | transform .3s cubic-bezier(0.78, 0.14, 0.15, 0.86) | level css transition |
| getContainer | string | body | Return the mount node for Drawer. if is null use React.creactElement |
| showMask | boolean | true | mask is show |
| maskStyle | object | null | mask style |
| onChange | func | null | change callback(open) |
| onMaskClick | func | null | mask close click function |
| onHandleClick | func | nul | handle icon click function |
1.0 remove
openClassNamewidth, updateiconChild->handleChildonIconClick->onHandleClickparent->getContainer, addhandleStyleshowMask.
Development
npm install
npm start1.1.0
7 years ago
1.0.2
7 years ago
1.0.1
7 years ago
1.0.0
7 years ago
0.5.7
8 years ago
0.5.6
8 years ago
0.5.5
8 years ago
0.5.4
8 years ago
0.5.3
8 years ago
0.5.2
8 years ago
0.5.1
8 years ago
0.5.0
8 years ago
0.4.0
8 years ago
0.3.5
8 years ago
0.3.4
8 years ago
0.3.3
8 years ago
0.3.2
8 years ago
0.3.1
8 years ago
0.3.0
8 years ago
0.2.0
8 years ago
0.1.3
8 years ago
0.1.2
8 years ago
0.1.1
8 years ago
0.1.0
8 years ago





