Skip to content
This repository was archived by the owner on Dec 6, 2022. It is now read-only.

enijar/react-scroll-custom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Scroll

React scroll component – customisable scrollbars that behave like native scrollbars.

Installation

npm add react-scroll-custom

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

About

React scroll component – customisable scrollbars that behave like native scrollbars.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published