react-scroll-to-top
Advanced tools
Comparing version 0.2.1 to 0.2.2
{ | ||
"name": "react-scroll-to-top", | ||
"author": "Herman Nygaard", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"main": "lib/ScrollToTop.js", | ||
"types": "lib/ScrollToTop.d.ts", | ||
"scripts": { | ||
"build": "tsc", | ||
"build": "rm -rf lib ; tsc ; cp src/index.css lib/", | ||
"dev": "tsnd --respawn src/ScrollToTop.tsx" | ||
@@ -10,0 +10,0 @@ }, |
@@ -5,4 +5,6 @@ # react-scroll-to-top | ||
The button is only visible when a certain height has been reached on the page\ | ||
Demo coming | ||
## Live demo | ||
[Check out a live demo here](https://codesandbox.io/s/friendly-northcutt-rmuvx?file=/src/App.js) | ||
## Installation | ||
@@ -9,0 +11,0 @@ |
6882
49