@appleple/scroll-up

1.0.3 • Public • Published

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/scroll-up@1.0.0/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');

/@appleple/scroll-up/

    Package Sidebar

    Install

    npm i @appleple/scroll-up

    Weekly Downloads

    2

    Version

    1.0.3

    License

    MIT

    Unpacked Size

    10.1 kB

    Total Files

    9

    Last publish

    Collaborators

    • appleple