1.1.1 • Published 3 years ago

@jonatan966/ultimate-react-horizontal-scroll v1.1.1

Weekly downloads
-
License
-
Repository
github
Last release
3 years ago

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 component
  • style: Pass a style object through to parent div
  • config: Passes a config object to component
1.1.1

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago