Components
A modern glassmorphism timeline for roadmaps, product launches, or history sections.
npx shadcn@latest add https://21st.dev/r/samsiavoshian2009/timeline-componentLoading preview...
import { Component } from "@/components/ui/timeline-component";
export default function DemoOne() {
return <Component />;
}