How to customize scroll bar in ReactJS | react-custom-scrollbars

preview_player
Показать описание
In this video, we will learn how to customize the scroll bars in reactjs.

Demo:

Комментарии
Автор

How can we create horizontal scrollbar using this library??

abhishekaarav
Автор

I'm using the same, the thing is when I inspect and change the device it's kind of broken.
I mean the width will have somekind of change

Sathisha_gs
Автор

please explain these functions also
onScroll={this.handleScroll}



onUpdate={this.handleUpdate}
renderView={this.renderView}




autoHide
autoHideTimeout={1000}
autoHideDuration={200}
autoHeight
autoHeightMin={0}
autoHeightMax={200}
thumbMinSize={30}
universal={true}
{...this.props}>


pushparajput