Skip to content

Add "Back to Top " Button for Better Navigation#1

Open
anuragbraveboy-sudo wants to merge 1 commit into
gssoc_developfrom
feat/back-to-top-button
Open

Add "Back to Top " Button for Better Navigation#1
anuragbraveboy-sudo wants to merge 1 commit into
gssoc_developfrom
feat/back-to-top-button

Conversation

@anuragbraveboy-sudo

Copy link
Copy Markdown
Owner

Problem

Users had no easy way to navigate back to the top of long pages while scrolling through menus, dashboards, or order lists.

Solution

Added a floating Back to Top button that:

  • Appears after user scrolls 300px down the page
  • Fixed position at bottom-right corner of screen
  • Smooth scrolls back to top when clicked
  • Automatically hides when user is near the top
  • Fully responsive on both mobile and desktop

Changes

  • Created new BackToTop.jsx component
  • Imported and integrated in Landing.jsx

Closes

Fixes rdodiya#58

image ## Screenshot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add “Back to Top” Button for Better Navigation

1 participant