1.0.13 • Published 2 years ago

top-bottom-scroll v1.0.13

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Top-Bottom-Scroll

Enhance your React components with dual-scroll functionality using the react-top-bottom-scroll package. By default, HTML provides a single scrollbar at the bottom of a container when overflow occurs. However, with react-top-bottom-scroll, you can effortlessly add mirrored scrollbars at both the top and bottom of any component or HTML element.

Features

  • Add scroll on top and bottom of HTML elements.
  • Mirrors the scrolls.

Installation

Top bottom scroll requires React.js to run.

Install the package.

npm i top-bottom-scroll

To using this package, wrap your components into this. Below code snippet shows a working example.

<TopBottomScroll styling={{ position: 'relative' }}>
    <newDataTable
        data={data}
        columns={columns}
    />
</TopBottomScroll>

Happy Coding :)

License

MIT

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago