This library is for a fixed scroll to top button.
npm install @appleple/scroll-up``sh`
npm install @appleple/scroll-up --save
`sh`
yarn add @appleple/scroll-up
`html`
import the js with babel and Browserify/Webpack
`js``
import ScrollUp from '@appleple/scroll-up';
new ScrollUp('.js-scroll-up');