0.0.1 • Published 4 years ago

react-scroll-custom v0.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

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