/horizontable

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

Primary LanguageJavaScriptMIT LicenseMIT

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