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