0.1.0 • Published 7 years ago

react-sidedrawer v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

React-Sidedrawer - http://react-sidedrawer.surge.sh/

React-sidedrawer is a simple sidedrawer based and easily extendable.

Installation

$ npm i react-sidedrawer --save

How to Use

See demo on src folder

src/demo.js
src/demo.scss

Supported Property Types

  • open: PropTypes.bool,
  • customClassNames: PropTypes.object
    • overlay: string
    • sidedrawer: string,
  • onClose: PropTypes.func.isRequired,
  • overlayClassName: PropTypes.string, // Default overlay className
  • sidebarClassName: PropTypes.string // Default sidebar className

Notes

PR Welcomed!

License

MIT

0.1.0

7 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago