1.0.3 • Published 4 years ago

@tmtsoft/react-scroll v1.0.3

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

react-scroll

React scroll component built with ease in mind

NPM JavaScript Style Guide

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

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago