react-scroll-to-bottom icon indicating copy to clipboard operation
react-scroll-to-bottom copied to clipboard

Custom "scroll to bottom" button

Open huy-lv opened this issue 4 years ago • 5 comments

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>

huy-lv avatar Oct 16 '19 10:10 huy-lv

I would like to know that too, did u find any solution?

Ladvace avatar Apr 26 '20 14:04 Ladvace

No, i think we should clone it to make a custom :D

huy-lv avatar Apr 26 '20 15:04 huy-lv

Sad

Il dom 26 apr 2020, 17:06 Lê Vũ Huy [email protected] ha scritto:

No, i think we should clone it to make a custom :D

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/compulim/react-scroll-to-bottom/issues/33#issuecomment-619566748, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHO762QMVZ7KEQ5OG76HPGTROREXPANCNFSM4JBJLCVA .

Ladvace avatar Apr 26 '20 17:04 Ladvace

same here, it would be really helpful to be able to customize the button or replace it entirely

ForiDunk avatar May 29 '20 10:05 ForiDunk

I used followButtonClassName props in ScrollToBottom , and then added background-image with background-size: 'contain' properties. worked for me. scroll

himanshuNegi755 avatar Nov 06 '20 12:11 himanshuNegi755