/react-toTopButton

Click this button to roll back to the top of the page

Primary LanguageJavaScriptApache License 2.0Apache-2.0

react-toTopButton

Demo

gif Demo

Installing

npm install react-totopbutton --save

Basic usage

var React = require('react');
var ReactDOM = require('react-dom');
var ToTopButton = require('react-totopbutton');

ReactDOM.render(
    <ToTopButton/>,
    document.getElementById('container')
);