0.1.0 • Published 9 years ago

react-content-scroll v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

React Content Scroll

Provide a customizable scrollbar to your overflow content.

WIP, Still need a lot work to do.

Do not use it now. If you like to try it, here is how:

npm install
npm start && visite localhost:3000

Server rendering

var Rcs = require('react-content-scroll/lib/ssr');

React.renderToString(<Rcs />);