Custom Scrollbar And Scroll Area Components For React

Description:

Custom scrollbar and scroll area components with native mechanics.

Features:

  • Custom styled scrollbar with exact native behavior.
  • Easily customisable
  • No external dependencies
  • Has 2 style presets out of the box: You can use it out of box or just with the styles needed for component to scroll content properly. (Or disable all of the styles and add them manually in your project stylesheet system).

Installation:

# Yarn
$ yarn add react-awesome-scroll

# NPM
$ npm install react-awesome-scroll –save

Preview:

Custom Scrollbar And Scroll Area Components For React

Add Comment