mdbootstrap / perfect-scrollbar

Minimalistic but perfect custom scrollbar plugin. Get more free components with Material Design for Bootstrap UI Kit (link below)
https://perfectscrollbar.com/
MIT License
346 stars 66 forks source link

On Scroll Bar Mouse Enter/Leave #155

Open mauricio-lomeli-planview opened 1 year ago

mauricio-lomeli-planview commented 1 year ago

Is there a way to detect when the scroll bar is hovered?

<PerfectScrollbar 
      onMouseEnter={() => do_something()} 
      onMouseLeave={() => do_something()}
>

</PerfectScrollbar>