stephane-monnot / react-vertical-timeline

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

Adding a shape to the timeline #79

Closed chaitali-pathak closed 3 years ago

chaitali-pathak commented 3 years ago

Thank you for the great library! I am using it to create a timeline which includes 5 stages. I need to add an arrow in the timeline in order to show the direction. Is it possible to add it? @stephane-monnot

-Something like this Arrow

Thank you

stephane-monnot commented 3 years ago

Maybe you can use custom css to add arrow. You can use the class vertical-timeline-element-icon and add a pseudo-element after or before which contains arrow.