0.5.0 • Published 4 years ago

horizontable v0.5.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

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

0.5.0

4 years ago

0.4.2

5 years ago

0.4.1

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago