Skip to content

AnweshGangula/React-Timeline-Components

Repository files navigation

React-Timeline-Components

personal note: steps to update npm package version
npm version patch
git push --tags

after running the above commands in terminal, create a new release in github to trigger the Github Actions workflow to update the package in npm

Installation

A React Component that display a timeline of information provided in a JSON format.

Install this npm package with below command

npm i react-timeline-components

You can check out a demo at the following link.

After installing the package, you can import the components like this - import { HorizontalTimeline } from 'react-timeline-components';

Horizontal Timeline Component with code example