sub-rc-drawer
v1.0.2
Published
drawer ui component for react
Downloads
12
Maintainers
Readme
rc-drawer
react drawer component
Screenshot
Install
Usage
var Drawer = require('rc-drawer');
ReactDOM.render(
<Drawer title={title} onClose={callback1} visible>
<p>first drawer</p>
</Drawer>
), document.getElementById('t1'));
// use drawer
API
props
Development
npm install
npm start
Example
http://localhost:8007/examples/
online example: http://react-component.github.io/drawer/
Test Case
npm test
npm run chrome-test
Coverage
npm run coverage
open coverage/ dir
License
rc-drawer is released under the MIT license.