An open API service indexing awesome lists of open source software.

https://github.com/beth3346/elr-back-to-top

back to top button click to scroll to the top of page
https://github.com/beth3346/elr-back-to-top

javascript jquery scrollto ui

Last synced: over 1 year ago
JSON representation

back to top button click to scroll to the top of page

Awesome Lists containing this project

README

          

# elr-back-to-top

[![Build Status](https://travis-ci.org/Beth3346/elr-back-to-top.svg?branch=master)](https://travis-ci.org/Beth3346/elr-back-to-top)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![npm](https://img.shields.io/npm/dm/elr-back-to-top.svg?style=flat)]()

simple back to top button

## Installation

This is a [Node.js](https://nodejs.org/) module available through the
[npm registry](https://www.npmjs.com/). It can be installed using the
[`npm`](https://docs.npmjs.com/getting-started/installing-npm-packages-locally)
or
[`yarn`](https://yarnpkg.com/en/)
command line tools.

```sh
npm install elr-back-to-top --save
```

## Dependencies

* [babel-runtime](https://ghub.io/babel-runtime): babel selfContained runtime
* [jquery](https://ghub.io/jquery): JavaScript library for DOM operations

## Dev Dependencies

* [babel-preset-env](https://ghub.io/babel-preset-env): A Babel preset for each environment.
* [css-loader](https://ghub.io/css-loader): css loader module for webpack
* [jest](https://ghub.io/jest): Delightful JavaScript Testing.
* [style-loader](https://ghub.io/style-loader): style loader module for webpack
* [webpack](https://ghub.io/webpack): Packs CommonJs/AMD modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand. Support loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.
* [webpack-cli](https://ghub.io/webpack-cli): CLI for webpack & friends

## License

MIT