user14714005
user14714005

Reputation:

Create Horizontal Timeline With React

I want to create the following (attached link) horizontal Timeline (filled with Date() types) using React

Horizontal timeline

What's the best npm library / tool to do it ?

Upvotes: -1

Views: 2736

Answers (1)

karl
karl

Reputation: 101

I am not entrely familiar with the package, but it should be doable using a simplified version of react-calendar-timeline with only one row and without headers and labels.

Upvotes: 1

Related Questions