reflex
reflex copied to clipboard
PageUp button
Describe the bug Helps to directly navigate to the top of the web page
May I add this feature?
Sure! Do we need to wrap a new React component for this, or how would it work?
Yaah, we can add a new component or we can directly add a button in the main component (on screen at bottom right corner) , if we click on that button we will redirect to top of the page, we can add few stylings also to make the UI better
Will work on this generalizing this functionality in #1122