1.0.1 • Published 8 years ago

react-pulr v1.0.1

Weekly downloads
5
License
MIT
Repository
github
Last release
8 years ago

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

style.css

Development

npm install
npm test
npm run build
npm start

License

MIT