React Smooth Scrolling

React Smooth Scrolling

Description:

This is a React Provider Component which wraps your entire application body and adds a smooth scrolling effect to it.

Install & Import:

# Yarn
$ yarn add react-smooth-scrolling

# NPM
$ npm i react-smooth-scrolling --save
import { SmoothProvider } from 'react-smooth-scrolling'

Basic usage:

function App() {
  return (
    <SmoothProvider skew={true} ease={myEasing}>
      <MyCustomPage />
    </SmoothProvider>
  )
}

Author: guilhermerodz

Official Page: GitHub

License: MIT

Demo: Link

Download: Link

Fancy you stumbling on my piece of the internet. Bonjour!

My name is Anmol and I'm the Blogger-In-Chief of this joint & working as the Chief Technology Officer at Azoora, Inc. I'm putting up my views here trying to help creative solopreneurs, developers & designers build their business using the power of websites, apps & social media, this, is, my jam.

If you're looking to start your own online business with a professional high quality website or mobile app, just get in touch. I'd be more than happy to assist.

SKYPE | FACEBOOK | LINKEDIN | TWITTER | EMAIL

Leave a Comment

Your email address will not be published.