react-scroll-custom
v0.0.1
Published
React scroll component – customisable scrollbars that behave like native scrollbars.
Downloads
10
Readme
React Scroll
React scroll component – customisable scrollbars that behave like native scrollbars.
Installation
npm add react-scroll
Usage
import React from "react";
import {render} from "react-dom";
import Scroll from "react-scroll";
render((
<Scroll>
content
</Scroll>
), document.querySelector('#root'));
Contributing
npm install
npm run watch # Runs webpack dev server on http://localhost:8080