New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-crono

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-crono

a modern timeline component for React

  • 1.0.10
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

DeepScan grade Depfu

logo

A timeline component for React

Features

  • Timeline modes - The component supports multiple modes to layout the timeline either Vertically or Horizontally.
  • Tree Mode - In Tree mode the individual timeline content boxes are alternated between left and right.
  • Timeline QuickScroll - The QuickScroll allows to jump through the Timeline items swiftly. QuickScroll is by default enabled on all the Modes.
  • Slideshow - The Slideshow starts the component in Slideshow mode. The component automatically plays the series for you.
  • QuickJump - Quickly jump to the start or end of the timeline by using the HOME or END key.
  • Keyboard Support - The timelines can be navigated with the UP , DOWN keys in vertical or tree mode. In horizontal mode LEFT , RIGHT keys can be used for navigation.

Installation

yarn install react-crono

Getting Started

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

app-home

Tree

react-crono also supports a Tree mode.

  <Crono
    items={items}
    mode="TREE"
  />

Slideshow

  <Crono
    items={items}
    mode="TREE"
    slideShow
  />

app-tree

Props

namedescriptiondefault
modesets the layout for the timeline component. can be HORIZONTAL, VERTICAL or TREEHORIZONTAL
disableNavOnScrolldisables timeline navigation through mouse scrollfalse
disableNavOnKeydisables timeline navigation through keyboardfalse
slideShowstarts the timeline in slideshow
slideItemDurationdelay between timeline points during a slideshow2500
titlePositionsets the position of the title in HORIZONTAL modeTOP
itemWidthwidth of the timeline section in HORIZONTAL mode320

Built with

Meta

Prabhu Murthy – @prabhumurthy2prabhu.m.murthy@gmail.com

Distributed under the MIT license. See LICENSE for more information.

https://github.com/prabhuingoto/

FAQs

Package last updated on 29 Aug 2020

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc