Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
anas-araid committed Aug 6, 2020
1 parent b65e4fe commit 524ca97
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 1,4 @@

# Vue Scroll To Top

[![npm](https://img.shields.io/npm/v/vue-backtotop.svg)](https://www.npmjs.com/package/vue-simple-scroll-up)
Expand All @@ -7,6 8,8 @@ Simple and lightweight back to top Vue.js component which scrolls up smoothly wh

## Demo

<img src="https://anasaraid.me/vue-simple-scroll-up-example/example.gif" width="320px"/>

See [demo](https://anasaraid.me/vue-simple-scroll-up-example/).

## Install via npm
Expand Down Expand Up @@ -66,4 69,9 @@ Overwrite this css properties to change button style:
.vue-scroll-button:hover{
box-shadow: 0 12px 14px -6px #4CAF50; /* button shadow */
}
```
```

#### Inspired by Instagram, Linkedin, Reddit etc. scroll to refresh buttons

<img src="https://anasaraid.me/vue-simple-scroll-up-example/insta.jpg" width="320px"/><br>
<img src="https://anasaraid.me/vue-simple-scroll-up-example/reddit.jpg" width="320px"/>

0 comments on commit 524ca97

Please sign in to comment.