@tmtsoft/react-scroll
v1.0.3
Published
React scroll component built with ease in mind
Downloads
2
Readme
react-scroll
React scroll component built with ease in mind
Install
npm install --save react-scroll
Usage
import React, { Component } from 'react'
import MyComponent from 'react-scroll'
import 'react-scroll/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © kamil-alekber