Enhance Scrollbars with React


Summary of my bookmarked Github repositories from Jul 19th, 2017

Github repositories

  • malte-wessel/react-custom-scrollbars

    React Custom Scrollbars is an npm package that provides frictionless, native browser scrolling with fully customizable features. It supports auto hide, auto height, and runs on both client and server. With 60fps performance using requestAnimationFrame, it eliminates the need for extra stylesheets. The package is well-tested with 100% code coverage. To install, use npm with a module bundler like Webpack or Browserify. The minimal configuration involves importing the Scrollbars component and using it within your app. Advanced usage and customization options are available in the documentation. Examples, tests, and code coverage instructions are provided as well. The package is licensed under MIT.