closeio / react-custom-scroller

Super simple React component for creating a custom scrollbar cross-browser and cross-devices.
MIT License
36 stars 8 forks source link
custom-scrollbar react reactjs scrollbar scrolling

react-custom-scroller

NPM JavaScript Style Guide

Super simple React component for creating a custom scrollbar cross-browser and cross-devices.

Check the live DEMO.

Interested in working on projects like this? Close is looking for great engineers to join our team!

Install

yarn add react-custom-scroller

Benefits

Usage

import React from 'react';
import CustomScroller from 'react-custom-scroller';

const MyScrollableDiv = () => (
  <CustomScroller>Content goes here.</CustomScroller>
);

License

MIT © Close