https://github.com/bethrogers24/elr-back-to-top
back to top button click to scroll to the top of page
https://github.com/bethrogers24/elr-back-to-top
javascript jquery scrollto ui
Last synced: 2 months ago
JSON representation
back to top button click to scroll to the top of page
- Host: GitHub
- URL: https://github.com/bethrogers24/elr-back-to-top
- Owner: bethrogers24
- License: mit
- Created: 2014-03-28T04:31:50.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2019-02-13T20:59:19.000Z (over 7 years ago)
- Last Synced: 2026-02-15T00:20:18.122Z (4 months ago)
- Topics: javascript, jquery, scrollto, ui
- Language: JavaScript
- Size: 164 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# elr-back-to-top
[](https://travis-ci.org/Beth3346/elr-back-to-top)
[](https://opensource.org/licenses/MIT)
[]()
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