react-custom-scrollbars-2
react-custom-scrollbars-2 copied to clipboard
[Enhancement] Ability to add arrows
Would be nice to have some kind of
renderTrackArrowLeft, renderTrackArrowRight, renderTrackArrowUp, renderTrackArrowDown
To solve accessibility issue and allow user to click and scroll like native browser scroller.
I tried to add some custom buttons to renderTrackHorizontal but it seems that all the children of the custom track container are being removed.
Thanks.
I like it! Maybe the real solution would be to improve renderTrackHorizontal so you can specify the ref of the track? That way the children don't get overriden?