namespace-ee / react-calendar-timeline

A modern and responsive react timeline component.
MIT License
1.91k stars 613 forks source link

Hover pop up #831

Open carolinavreis opened 2 years ago

carolinavreis commented 2 years ago

popup how can i make a pop like this on hover (desktop) and onClick (mobile)?

diegocasmo commented 2 years ago

You'll likely want to use a custom item renderer, as shown in the Custom Item Rendering Code Sandbox example.

That'll allow to create the item component and its pop-over, which can be made visible/hidden via a combination of a state flag and the user's interaction on onHover/onClick with that component.