Creating a slidable event timeline in react

I want to create something like this.

enter image description here

It is an event timeline in which you can slide the middle bar left and right, where the different colors represent different events throughout the time period.

I have tried react-timeline-range-slider but I don’t really need a range, just a single bar.

Are there any terms for this type of component? If not, are there any good implementation tips to create this type of component.