1.0.13 • Published 1 year ago

top-bottom-scroll v1.0.13

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year 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

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago