Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 582 Bytes

File metadata and controls

23 lines (21 loc) · 582 Bytes

React plain carousel

Simple, small carousel for everyday usage 😜 Works fine on mobile with swipes.

Demo

Props

{
  autoplay: PropTypes.bool,
  autoplayDelay: PropTypes.number,
  longTouchDelay: PropTypes.number,
  touchThreshold: : PropTypes.number,
  transitionDelay: PropTypes.number,
  transitionTimingFunc: PropTypes.string,
  children: PropTypes.node,
  className: PropTypes.string,
  innerClassName: PropTypes.string,
  isInfinity: PropTypes.bool,
  onTransitionEnd: PropTypes.func,
  onMount: PropTypes.func
}