Feature Request: Scroll to Top Button #1004
addisonschultz
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
Introduce a scroll-to-top button that becomes visible when users scroll down the page. This feature will help users navigate and improve the overall user experience on long pages.
Feature Behaviour:
Initial State: The button is hidden at page load.
On Scroll: Once the user scrolls beyond 300px, the button fades into view.
On Click: The page smoothly scrolls back to the top.
Back to Top: Once scrolled to the top, the button fades out.
Proposed Implementation
Should have a boolean flag for optional use
--
Originally requested by @vikramnagwal
Beta Was this translation helpful? Give feedback.
All reactions