DEV Community

Cover image for React-Chrono 1.3 out with support for images and videos
Prabhu Murthy
Prabhu Murthy

Posted on

React-Chrono 1.3 out with support for images and videos

What is react-chrono

react-chrono is a flexible timeline component built for React.
Please follow this link for a detailed introduction and getting started guide that i had posted earlier.

GitHub logo prabhuignoto / react-chrono

Modern Timeline component for React

✨Features

  • 🚥 Render timelines in three different modes (Horizontal, Vertical, Tree).
  • 🌲  With Tree mode, layout the timeline cards vertically in a tree like fashion.
  • 📺  Auto play the timeline with slideshow mode.
  • 🖼️  Display Images & Videos in the timeline with ease.
  • ⌨  Keyboard accessible.
  • ⚡  Data driven API.
  • 🎨  Customize colors with ease.
  • 💪  Built with Typescript.
  • 🎨  Styled with emotion.

🌟 Whats new in 1.3

Horizontal

Horizontal is the default mode of the component.

horizontal

Vertical

vertical-basic

Tree

app-tree

Images

Both images and videos can be easily embedded in the timeline. The component is smart enough to automatically hide/disable the images and videos when they are not in the visible area of the containing element.

media

Slideshow

Slideshow now shows a decreasing progressbar indicating the timeleft on a timeline card. The Slideshow can be quickly paused by hovering over the active item. The slideshow automatically resumes when unhovered from the timeline card.

Untitled Project7

📦 CodeSandbox Examples

GitHub logo prabhuignoto / react-chrono

Modern Timeline component for React

Thank you for taking the time to read this post and if you have any feedbacks or suggestions, please leave in your comments below.

Latest comments (2)

Collapse
 
jeanleeroy profile image
JeanleeRoy

It's the first time I've heard about this component, amazing

Collapse
 
prabhuignoto profile image
Prabhu Murthy

thanks