mytac / react-toTopButton

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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')
);

About

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

License:Apache License 2.0


Languages

Language:JavaScript 82.4%Language:HTML 9.2%Language:CSS 8.4%