horizontable
v0.5.0
Published
> Horizontable is a React component to scroll with mouse wheel, drag, and touch events horizontally
Downloads
267
Readme
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>
Roadmap
- tests
- prop to lock drag, touch, and scroll events
- animation