Custom "scroll to bottom" button
See original GitHub issueIssue Description
Hi, is there anyway to place an element to “scroll to bottom” button, currently it is transparent. My imagine is:
<ScrollToBottom scrollToBottomView={<Icon name='down'/>}>
{...}
</ScrollToBottom>
Issue Analytics
- State:
- Created 3 years ago
- Comments:5
Top Results From Across the Web
How To Create a Scroll Back To Top Button
Scroll Down. This example demonstrates how to create a "scroll to top" button that becomes visible when the user starts to scroll the...
Read more >Best way to make a scroll top/bottom button
There is no need to create two buttons. Use one button to simplify your JS. · There is no need for the click...
Read more >How to create a Scroll To Bottom button in ReactJS
We create a state with the first element visible as an initial state having a value of the true and the second element...
Read more >javascript - Scroll Automatically to the Bottom of the Page
I've inherited the AfterViewChecked event and placed one line of code in there which states that the viewchild element has to take into...
Read more >How to Scroll to Top, Bottom or Any Section in React with ...
In this hands-on guide, we will learn how to make a React button that allows users to scroll to the top, bottom or...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I would like to know that too, did u find any solution?
I used followButtonClassName props in ScrollToBottom , and then added background-image with background-size: ‘contain’ properties. worked for me.