From fcfbe7fd1c0a92a68b2528307e7b88abbb01ada1 Mon Sep 17 00:00:00 2001 From: Linus Date: Fri, 30 Nov 2018 16:47:07 +0100 Subject: [PATCH 1/3] updated readme --- README.md | 27 ++++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d971df4..7044058 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,37 @@ +[![GitHub issues](https://img.shields.io/github/issues/flouthoc/scrollpup.js.svg)](https://github.com/flouthoc/scrollpup.js/issues) +[![GitHub issues](https://img.shields.io/github/issues/flouthoc/scrollpup.js.svg)](https://github.com/flouthoc/scrollpup.js/issues) +[![GitHub issues](https://img.shields.io/github/issues/flouthoc/scrollpup.js.svg)](https://github.com/flouthoc/scrollpup.js/issues) +[![GitHub license](https://img.shields.io/github/license/flouthoc/scrollpup.js.svg)](https://github.com/flouthoc/scrollpup.js/blob/master/LICENSE) + # scrollpup.js -Minimal beautiful bar to show scroll progress. Pure Javascript Plugin. MIT +- :tada: 0 dependencies, `~1kb` +- :zap: Pure Javascript Plugin +- :innocent: MIT License ### Demo -https://flouthoc.github.io/scrollpup.js/ +[See demo](https://flouthoc.github.io/scrollpup.js/) + +### Setup +```js +$ npm i --save scrollpup +``` ### Usage ```js +import scrollpup from 'scrollpup' + scrollpup({ - background: 'linear-gradient(to right, #ff416c, #ff4b2b)' + background: 'linear-gradient(to right, #ff416c, #ff4b2b)', + height: '15px' }) ``` #### Note Please feel free to create Pull Requests + +#### Contributors +- [ImLinus](https://github.com/imlinus/) + +#### License +Licensed under the [MIT License](https://github.com/flouthoc/scrollpup.js/blob/master/LICENSE) by [Flouthoc](https://github.com/flouthoc/) From 8460ac0f36728cc1b9727bfc814504c8b22a0134 Mon Sep 17 00:00:00 2001 From: Linus Date: Fri, 30 Nov 2018 16:48:43 +0100 Subject: [PATCH 2/3] updated readme.. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7044058..adf4685 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![GitHub issues](https://img.shields.io/github/issues/flouthoc/scrollpup.js.svg)](https://github.com/flouthoc/scrollpup.js/issues) -[![GitHub issues](https://img.shields.io/github/issues/flouthoc/scrollpup.js.svg)](https://github.com/flouthoc/scrollpup.js/issues) -[![GitHub issues](https://img.shields.io/github/issues/flouthoc/scrollpup.js.svg)](https://github.com/flouthoc/scrollpup.js/issues) +[![GitHub forks](https://img.shields.io/github/forks/flouthoc/scrollpup.js.svg)](https://github.com/flouthoc/scrollpup.js/network) +[![GitHub stars](https://img.shields.io/github/stars/flouthoc/scrollpup.js.svg)](https://github.com/flouthoc/scrollpup.js/stargazers) [![GitHub license](https://img.shields.io/github/license/flouthoc/scrollpup.js.svg)](https://github.com/flouthoc/scrollpup.js/blob/master/LICENSE) # scrollpup.js From cd723d9f69c653f1859daddd47648b2a2dc77049 Mon Sep 17 00:00:00 2001 From: flouthoc Date: Wed, 2 Jan 2019 21:38:49 +0530 Subject: [PATCH 3/3] Delete index.html --- index.html | 111 ----------------------------------------------------- 1 file changed, 111 deletions(-) delete mode 100644 index.html diff --git a/index.html b/index.html deleted file mode 100644 index 317eac5..0000000 --- a/index.html +++ /dev/null @@ -1,111 +0,0 @@ - - - - scrollpup.js - - - - - - -
-

scrollpup.js

- -

Shows scroll progress.

-

Scroll this page downwards and see scrollpup in action.

- -
-

scrollpup.js is responsive and written in pure javascript and it weights around 1kb

-
- - - scrollpup({
-   background: '#F00',
-   height: '20px'
- }) -
- - -
- -
- - - - - -