react-pulr
v1.0.1
Published
a simple react pull down component using pulr
Downloads
12
Maintainers
Readme
react-pulr
react-pulr is a very minimal touch enabled pull down control
It uses hammer.js so works the same on the web as on mobile.
Installation
npm install react-pulr --save
react-pulr comes with pulr as a dependency
Versions
1.0.0
uses React ^0.13.0
1.0.1
uses React ^0.15.1
Usage
Use browserify or webpack to bundle your main file below to bundle.js
var Pulr = require('../js/react-pulr');
React.render( <Pulr />,document.getElementById("container") );
- you need some very minimal css
Development
npm install
npm test
npm run build
npm start