react-pulr

1.0.1 • Public • Published

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

Package Sidebar

Install

npm i react-pulr

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • svnm