Fork me on GitHub

React Easy Swipe (WIP)

Summary

Installing

npm install react-easy-swipe --save

Demo

Usage

Properties

        
{
  tagName: PropTypes.string,
  className: PropTypes.string,
  style: PropTypes.object,
  children: PropTypes.node,
  onSwipeUp: PropTypes.func,
  onSwipeDown: PropTypes.func,
  onSwipeLeft: PropTypes.func,
  onSwipeRight: PropTypes.func,
  onSwipeStart: PropTypes.func,
  onSwipeMove: PropTypes.func,
  onSwipeEnd: PropTypes.func
}
        
      

Contributing

Please, feel free to contribute. You may open a bug, request a feature, submit a pull request or whatever you want!