rmc-drawer
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/rmc-drawer package

0.4.11 • Public • Published

rmc-drawer


React Drawer Component

NPM version build status Test coverage gemnasium deps npm download

Screenshots

Development

npm install
npm start

Example

http://localhost:8099/examples/

online example: http://react-component.github.io/m-drawer/

install

rmc-drawer

Usage

var Drawer = require('rmc-drawer');
var React = require('react');
React.render(<Drawer />, container);

API

props

Property name Description Type Default
className additional css class of root dom node String ''
prefixCls prefix class String 'rmc-drawer'
children The main content any n/a
style container styles. Object
sidebarStyle Inline styles. Object {}
contentStyle Inline styles. Object {}
overlayStyle Inline styles. Object {}
dragHandleStyle Inline styles. Object {}
sidebar The sidebar content any n/a
onOpenChange Callback called when the sidebar wants to change the open prop. Happens after sliding the sidebar and when the overlay is clicked when the sidebar is open. Function n/a
open If the sidebar should be open Boolean false
position where to place the sidebar String 'left', enum{'left', 'right', 'top', 'bottom'}
docked If the sidebar should be docked in document Boolean false
transitions If transitions should be enabled Boolean true
touch If touch gestures should be enabled Boolean true
enableDragHandle If dragHandle should be enabled Boolean true
dragToggleDistance Distance the sidebar has to be dragged before it will open/close after it is released. Number 30

change from https://github.com/balloob/react-sidebar

Test Case

npm test
npm run chrome-test

Coverage

npm run coverage

open coverage/ dir

License

rmc-drawer is released under the MIT license.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.4.11
    15,850
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.4.11
    15,850

Package Sidebar

Install

npm i rmc-drawer

Weekly Downloads

15,850

Version

0.4.11

License

MIT

Unpacked Size

43.6 kB

Total Files

8

Last publish

Collaborators

  • warmhug