react-custom-scrollbars-2 icon indicating copy to clipboard operation
react-custom-scrollbars-2 copied to clipboard

[Enhancement] Ability to add arrows

Open evgeny-ykm opened this issue 4 years ago • 1 comments

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.

evgeny-ykm avatar Aug 04 '21 08:08 evgeny-ykm

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?

RobPethick avatar Sep 10 '21 13:09 RobPethick