react-event-timeline
react-event-timeline copied to clipboard
Nice to have features
Hello,
I was going through this library and felt that these features would make it way more awesome:
- Ability to Search Timeline Events with free text
- Pagination/Infinite Scroll
- Ability to separately define directions for each subtitle/title/event on either left or right of the timeline.
- Expand/Collapse ( wrap long content) for a Timeline event #
Welcome to submit PRs for the above features. I would work on some of these features when possible.
Expand/Collapse already implemented
Great lib!
- start/end (or first/last) event with timeline starting/ending stopping (see picture attached...)

Hi Jabidof, did you implement the start/end? I am trying to find how to implement such feature.
Not yet. Do you have an idea how to implement this?
I nice feature will be a horizontal timeline. Any tips on how to make it?
@JorgeMadson This library is tailor-made to visualize a vertical scrollable timeline of events. Horizontal timeline requires a different UX design altogether. Would recommend something like: http://sherubthakur.github.io/react-horizontal-timeline/
@jabidof @kliu4 If I understand right, this is what you are looking for:
https://rcdexta.com/react-event-timeline/?selectedKind=Timeline&selectedStory=Icon%20Event%20handlers&full=0&addons=0&stories=1&panelRight=0
and sample code: https://github.com/rcdexta/react-event-timeline/blob/master/stories/App.story.js#L210-L250
@rcdexta Thank you very much for your answer, i tried using both, but then i realized i was really not looking for a timeline instead a progress bar with steps was what i wanted. And i found this: http://react-component.github.io/steps/ Thank you for your time, you did a really nice job.
Hi there, can we do the start/end without the extra line now?
I want an effect like this ( No line before start or after end)
Thanks
Hi, Can we provide a way of editing the content in the TimeLineEvent ?
Like, if we have a edit button and if we click on that then we can make changes to the content in the timeline.