Feature Type
UI/UX Enhancement
Problem Description
Creating a minimal back to top button component with scroll detection and smooth animation. when user scroll 300px down the page it will appear.
Proposed Solution
Add a back to top button when the user reach to the end of the website and he/she want to go to the top. Implemented this feature with React hooks (useState, useEffect) , uses lucide-react icon , uses TailwindCSS for styling and animation.
Alternative Solutions
No response
Mockups or Examples
No response
Implementation Details
No response
Additional Context
No response
Code of Conduct