react-horizontalscroll-kalhara
v1.1.5
Published
[![Version](http://img.shields.io/npm/v/react-horizontal-scrolling.svg)](https://www.npmjs.org/package/react-horizontal-scrolling) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://github.com/fer
Downloads
2
Readme
react-horizontal-scrolling
Installation
npm install react-horizontal-scrolling
Features
- Support horizontal dragging
- Support vertical mouse wheel
- Tween animation (mainly copied from malihu-custom-scrollbar-plugin)
Usage
import HorizontalScroll from 'react-horizontal-scrolling'
<HorizontalScroll>
{pictures.map((pic, idx) => (
<img
className="rounded w-56 h-64 object-cover"
src={pic}
key={idx} />
))}
</HorizontalScroll>
License
MIT