Skip to content

rollercodester/horizontable

 
 

Repository files navigation

Horizontable

Horizontable is a React component to scroll with mouse wheel, drag, and touch events horizontally

How use

<div className="parent">
  <Horitonzable>
    <div className="children">
      <div>Scroll me 😍</div>
      <div>Drag me 😎</div>
      <div>Scroll me 🎉</div>
    </div>
  </Horitonzable>
</div>

See demo

Roadmap

  • tests
  • prop to lock drag, touch, and scroll events
  • animation

License

MIT © Guilherme Bayer

About

Horizontable is a React component to scroll with mouse wheel and drag horizontally.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 90.4%
  • HTML 9.6%