react-basic-horizontal-scroll
v0.1.8
Published
Simple and lightweight horizontal scroll for react.(No scroll bar)
Maintainers
Readme
It makes it very simple to use horizontal scroll (without scrollbar) in your React and Next projects.
Example

Install
npm install react-basic-horizontal-scrollyarn add react-basic-horizontal-scrollUse
import HorizontalScroll from 'react-basic-horizontal-scroll';
<HorizontalScroll>
Your Array map here
</HorizontalScroll>