This is a shadcn timeline component
-
Copy this component into your project
/src/app/components/timeline/timeline-layout.tsx & timeline.tsx
-
Install Badge component from shadcn/ui
pnpm dlx shadcn@latest add badge
- Framework: Next.js
- Styling: Tailwind CSS
- UI Components: shadcn/ui
-
Clone the repository
git clone https://github.com/Tourniercy/shadcn-timeline
-
Install dependencies using pnpm
pnpm install
-
Start the development server
pnpm run dev