rcdexta / react-event-timeline

A responsive event timeline in React.js
https://rcdexta.com/react-event-timeline
MIT License
535 stars 56 forks source link

Nice to have features #21

Open appsmehta opened 6 years ago

appsmehta commented 6 years ago

Hello,

I was going through this library and felt that these features would make it way more awesome:

rcdexta commented 6 years ago

Welcome to submit PRs for the above features. I would work on some of these features when possible.

rcdexta commented 5 years ago

Expand/Collapse already implemented

jabidof commented 5 years ago

Great lib!

kliu4 commented 5 years ago

Hi Jabidof, did you implement the start/end? I am trying to find how to implement such feature.

jabidof commented 5 years ago

Not yet. Do you have an idea how to implement this?

JorgeMadson commented 5 years ago

I nice feature will be a horizontal timeline. Any tips on how to make it?

rcdexta commented 5 years ago

@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/

rcdexta commented 5 years ago

@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

JorgeMadson commented 5 years ago

@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.

laixintao commented 5 years ago

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)

screen shot 2019-02-17 at 1 35 04 pm

Thanks

sasankm commented 5 years ago

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.