Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 28 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
<p align="center">
<div align="center">
<a href="https://www.ProAngular.com" target="_blank">
<img src="public/images/pro-angular-logo.png" />
<img src="https://raw.githubusercontent.com/ProAngular/ngx-scroll-top/refs/heads/main/public/images/pro-angular-logo.png" />
</a>
<h1 align="center">
<a href="https://www.ProAngular.com" target="_blank">
Pro Angular
</a>: Scroll Top Button
<a href="https://www.ProAngular.com" target="_blank">Pro Angular</a>: ngx-scroll-top
</h1>
</p>
<a align="center" href="https://github.com/ProAngular/ngx-scroll-top" target="_blank">
View GitHub Repository
</a>
<p align="center">
Configurable, lightweight back to top button for Angular projects.
</p>
</div>

[![npm](https://badgen.net/badge/icon/npm?icon=npm&label)](https://www.npmjs.com/@proangular/ngx-scroll-top)
[![GitHub](https://badgen.net/badge/icon/GitHub?icon=github&label)](https://github.com/ProAngular/ngx-scroll-top)
Expand Down Expand Up @@ -36,7 +40,6 @@
- [Component API](#api)
- [Compatibility](#compatibility)
- [Issues & Contribution](#development)
- [Donations](#donations)
- [Licensing](#licensing)
- [Wrapping Up](#wrapping-up)

Expand All @@ -53,7 +56,7 @@ Configurable, lightweight back to top button for Angular projects.
## Demo <a name="demo"></a>

<p align="center">
<img src="public/images/demo-scroll-top.gif" />
<img src="https://raw.githubusercontent.com/ProAngular/ngx-scroll-top/refs/heads/main/public/images/demo-scroll-top.gif" />
</p>

Live demo here:
Expand Down Expand Up @@ -152,17 +155,17 @@ Customization with optional inputs and icon

## Compatibility <a name="compatibility"></a>

| Angular version | @proangular/ngx-scroll-top | Install |
| --------------- | -------------------------- | ------------------------------------------- |
| v20 | v20.0.0 | `ng add @proangular/ngx-scroll-top@^20.0.0` |
| v19 | v19.0.0 | `ng add @proangular/ngx-scroll-top@^19.0.0` |
| v18 | ------ | Untested |
| v17 | ------ | Untested |
| v16 | ------ | Untested |
| v15 | ------ | Untested |
| v14 | v1.x.x | `ng add @proangular/ngx-scroll-top@1.1.8` |
| v13 | v1.x.x | `ng add @proangular/ngx-scroll-top@1.1.8` |
| v12 | v1.x.x | `ng add @proangular/ngx-scroll-top@1.1.8` |
| Angular version | @proangular/ngx-scroll-top | Install |
| --------------- | -------------------------- | ----------------------------------------- |
| v20 | v20.X | `ng add @proangular/ngx-scroll-top@^20` |
| v19 | v19.X | `ng add @proangular/ngx-scroll-top@^19` |
| v18 | ------ | Untested |
| v17 | ------ | Untested |
| v16 | ------ | Untested |
| v15 | ------ | Untested |
| v14 | v1.x.x | `ng add @proangular/ngx-scroll-top@1.1.8` |
| v13 | v1.x.x | `ng add @proangular/ngx-scroll-top@1.1.8` |
| v12 | v1.x.x | `ng add @proangular/ngx-scroll-top@1.1.8` |

<p align="right">[ <a href="#index">Index</a> ]</p>

Expand Down Expand Up @@ -222,12 +225,12 @@ Thank you to the entire Angular team and community for such a great framework to
build upon. If you have any questions, please let me know by opening an issue
[here][url-new-issue].

| Type | Info |
| :------------------------------------------------------------------------ | :------------------------------------------------------------- |
| <img width="48" src=".github/images/ng-icons/email.svg" /> | webmaster@codytolene.com |
| <img width="48" src=".github/images/simple-icons/github.svg" /> | https://github.com/sponsors/CodyTolene |
| <img width="48" src=".github/images/simple-icons/buymeacoffee.svg" /> | https://www.buymeacoffee.com/codytolene |
| <img width="48" src=".github/images/simple-icons/bitcoin-btc-logo.svg" /> | bc1qfx3lvspkj0q077u3gnrnxqkqwyvcku2nml86wmudy7yf2u8edmqq0a5vnt |
| Type | Info |
| :---------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------- |
| <img width="48" src="https://raw.githubusercontent.com/ProAngular/ngx-scroll-top/refs/heads/main/.github/images/ng-icons/email.svg" /> | webmaster@codytolene.com |
| <img width="48" src="https://raw.githubusercontent.com/ProAngular/ngx-scroll-top/refs/heads/main/.github/images/simple-icons/github.svg" /> | https://github.com/sponsors/CodyTolene |
| <img width="48" src="https://raw.githubusercontent.com/ProAngular/ngx-scroll-top/refs/heads/main/.github/images/simple-icons/buymeacoffee.svg" /> | https://www.buymeacoffee.com/codytolene |
| <img width="48" src="https://raw.githubusercontent.com/ProAngular/ngx-scroll-top/refs/heads/main/.github/images/simple-icons/bitcoin-btc-logo.svg" /> | bc1qfx3lvspkj0q077u3gnrnxqkqwyvcku2nml86wmudy7yf2u8edmqq0a5vnt |

Fin. Happy programming friend!

Expand Down
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@proangular/ngx-scroll-top",
"version": "20.3.4",
"version": "20.3.5",
"description": "Configurable, lightweight back to top button for Angular projects.",
"author": "Pro Angular <webmaster@proangular.com>",
"homepage": "https://www.proangular.com",
Expand Down