stephane-monnot / react-vertical-timeline

Vertical timeline for React.js
https://stephane-monnot.github.io/react-vertical-timeline/
MIT License
1.08k stars 160 forks source link

[Request] Add onIconClick prop to VerticalTimelineElement component #9

Closed joeyparis closed 6 years ago

joeyparis commented 6 years ago

It would be nice to be able to handle click events from the icon element. I know you could attach it to the element passed as the icon but any many cases those don't fill up the entire icon element and thus aren't great click handlers.

Passing down additional event handlers would be cool too.