0.0.2 • Published 6 years ago

react-scroll-plugin v0.0.2

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

Install

  • npm install --save react-scroll-plugin

Example and demo

  • Place download react-scroll-plugin open demo/index.html . Example and demo are one on one.

Doc

Demo

import Scroll from 'react-scroll-plugin'
import 'react-scroll-plugin/scroll.css'
<div style={{width: '500px',height: '500px'}}>
  <Scroll>
    <ul>
        <li>1</li>
        .
        .
        .
    </ul>
  </Scroll>
</div>