Components
Timeline

Timeline Component

Add sleek, animated transitions to your timeline for a modern, interactive user experience.

Example

1984

Birth of the Symbiote

The Venom symbiote was introduced as part of the 'Secret Wars' storyline when Spider-Man discovers an alien black suit on Battleworld.

1988
1993
2018
2021

Installation

Install the necessary dependencies:

npm install tailwindcss react-icons framer-motion

Copy and paste the following code into your project.

Props

PropTypeDescription
items{ heading: string; label: string; description: string; }[]Array of timeline items containing heading, label, and description fields.