Skip to content

hkurra/react-on-hover-scrollbar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-on-hover-scrollbar

This is a basic but usable Example of How to create a Custom Scrollbar in react which will be visible on mouse hovering in your Scroll-Host.

Set-up

  • You can fork This Codesand-Box Project to run and play with this project

  • You can also set-up this project on your machine through following commands

  • git clone https://github.com/hkurra/react-on-hover-scrollbar.git

  • npm install

  • npm run

Explanation

I have a written the Medium Story where, I have explanined step by step details of this component developmennt, This is not a library or package but more like a example to showcase how we can build our own custom-scroll-bar bar using DOM API of HTML/JS in React front-end framework