Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
react-crono
Advanced tools
A timeline component for React
Vertically
or Horizontally
.Tree
mode the individual timeline content boxes are alternated between left and right.QuickScroll
allows to jump through the Timeline items swiftly. QuickScroll is by default enabled on all the Modes.Slideshow
starts the component in Slideshow mode. The component automatically plays the series for you.vertical
or tree
mode. In horizontal
mode LEFT , RIGHT keys can be used for navigation.yarn install react-crono
react-crono
has some great defaults to get you started quickly.
const items = [{
title: "May 1940",
contentTitle: "Dunkirk",
contentText:"Men of the British Expeditionary Force (BEF) wade out to a destroyer during the evacuation from Dunkirk.",
contentDetailedText: "On 10 May 1940, Hitler began his long-awaited offensive in the west by invading neutral Holland and Belgium and attacking northern France...",
}, ...];
<Crono items={items} />
react-crono
also supports a Tree mode.
<Crono
items={items}
mode="TREE"
/>
<Crono
items={items}
mode="TREE"
slideShow
/>
name | description | default |
---|---|---|
mode | sets the layout for the timeline component. can be HORIZONTAL , VERTICAL or TREE | HORIZONTAL |
disableNavOnScroll | disables timeline navigation through mouse scroll | false |
disableNavOnKey | disables timeline navigation through keyboard | false |
slideShow | starts the timeline in slideshow | |
slideItemDuration | delay between timeline points during a slideshow | 2500 |
titlePosition | sets the position of the title in HORIZONTAL mode | TOP |
itemWidth | width of the timeline section in HORIZONTAL mode | 320 |
Prabhu Murthy – @prabhumurthy2 – prabhu.m.murthy@gmail.com
Distributed under the MIT license. See LICENSE
for more information.
FAQs
a modern timeline component for React
We found that react-crono demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.