vanilla-back-to-top
Advanced tools
Comparing version 7.1.5 to 7.1.6
# Examples | ||
<img src="https://i.pi.gy/leWN4.png" width="72"/> (default)<br/> | ||
```html | ||
<script>addBackToTop()</script> | ||
``` | ||
---------- | ||
<img src="https://i.pi.gy/O1Gbz.png" width="67" /><br/> | ||
@@ -4,0 +13,0 @@ ```html |
# Install | ||
If you don't want to rely on [unpkg.com](https://unpkg.com/#/about), save [the file](https://unpkg.com/vanilla-back-to-top@7.1.5/dist/vanilla-back-to-top.min.js) to your project and serve it from your server: | ||
If you don't want to rely on [unpkg.com](https://unpkg.com/#/about), save [the file](https://unpkg.com/vanilla-back-to-top@7.1.6/dist/vanilla-back-to-top.min.js) to your project and serve it from your server: | ||
```html | ||
@@ -5,0 +5,0 @@ <script src="/assets/vanilla-back-to-top.min.js"></script> |
{ | ||
"name": "vanilla-back-to-top", | ||
"version": "7.1.5", | ||
"version": "7.1.6", | ||
"description": "Tiny and configurable Back To Top button with no dependencies", | ||
@@ -5,0 +5,0 @@ "main": "dist/vanilla-back-to-top.umd.js", |
@@ -28,3 +28,3 @@ | ||
```html | ||
<script src="https://unpkg.com/vanilla-back-to-top@7.1.5/dist/vanilla-back-to-top.min.js"></script> | ||
<script src="https://unpkg.com/vanilla-back-to-top@7.1.6/dist/vanilla-back-to-top.min.js"></script> | ||
<script>addBackToTop({ | ||
@@ -31,0 +31,0 @@ diameter: 56, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15794