@appleple/scroll-up
v1.0.3
Published
This library is for a fixed scroll to top button.
Downloads
9
Readme
ScrollUp
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.
Installation
via npm
npm install @appleple/scroll-up --save
via yarn
yarn add @appleple/scroll-up
via cdn
<script src="https://unpkg.com/@appleple/[email protected]/js/scroll-hint.js"></script>
Usage
import the js with babel and Browserify/Webpack
import ScrollUp from '@appleple/scroll-up';
new ScrollUp('.js-scroll-up');