1.1.1 • Published 4 years ago
@jonatan966/ultimate-react-horizontal-scroll v1.1.1
Overview
This lib is a React component that dynamically provides horizontal scrolling.
Usage
<HorizontalScroll
className = <string>
style = <object>
config = {{
smoothScroll: <bool>,
useTouch: <bool>,
}},
>
{ children }
</HorizontalScroll>Props:
className: Classnames to pass into the componentstyle: Pass a style object through to parent divconfig: Passes a config object to component