This library is for a fixed scroll to top button. It will be hidden when on top and scrolls up the window smoothly when it's clicked.
npm install @appleple/scroll-up --save
yarn add @appleple/scroll-up
<script src="https://unpkg.com/@appleple/scroll-up@1.0.0/js/scroll-hint.js"></script>
import the js with babel and Browserify/Webpack
import ScrollUp from '@appleple/scroll-up';
new ScrollUp('.js-scroll-up');