react-chrono icon indicating copy to clipboard operation
react-chrono copied to clipboard

🕑 Modern Timeline Component for React

Results 59 react-chrono issues
Sort by recently updated
recently updated
newest added

Code: ```tsx import React from "react"; import { Chrono } from "react-chrono"; const items = [ { title: "December 2021", cardTitle: "Lagrangian Mechanics for High schoolers", url: "https://youtube.com/playlist?list=PL70VV8-MvPJAdex1C51G33GXGWg2KUC0r", media: {...

Hey there! **Current behaviour** I add new items to the timeline (vertical mode) dynamically, so I set `allowDynamicUpdate` to `true`. Each time my state changes (a new item was added)...

enhancement

**Describe the bug** The vertical timeline makes the webpage not scrollable https://user-images.githubusercontent.com/58308241/147420534-07783cb3-2cb1-4def-94a1-b32f67b4fd0d.mp4 **Expected behavior** The timeline should behave like any other element and not block the scroll **Smartphone** - Device:...

bug

When I change the box model of the DOM element it looks back to normal~ add as follow: ```css xxx: { box-sizing: border-box; } ```

bug

**Description**: The "Read More" button doesn't show up when the text is larger than the text container (within the border) but is smaller/the same size as the full timeline container....

bug

**Is your feature request related to a problem? Please describe.** Right now, users have to pick between custom jsx content or having metadata. This isn't optimal because we lose some...

enhancement

I would like to be able to pause the slide show and then un pause the slide show. I don't want the controls to go away during slide show. Did...

enhancement

Hi there, Currently, the items on timeline are isometric, which may not intuitively reflect the duration of time. It would be better if the length between items can be chosen...

enhancement

### Description I added new props `lessText` and `moreText` to overwrite the default button texts `read more` and `read less` ### Additional context --- ### What is the purpose of...

### Description Added callbacks for onNext and onPrevious and Alternated by default horizontal timeline ### Additional context It´s been a quick fix to solve a problem for our usage, use...