ui
ui copied to clipboard
Component Request: Timeline
It's been quite some time this request was opened. Adding a comment here for visibility.
We need timeline component
Hey guys keep calm Your fav Timeline component is here fixes this too #2141
Hey guys keep calm Your fav Timeline component is here fixes this too #2141
how i install it?
Hi @KonixDev if its available in the production of shadcn-ui you can install The Timeline component from it by following this steps. INSTALLATION STEPS OF TIMELINE COMPONENT :
-
first run this command in your project
npx shadcn-ui@latest add timeline
-
Then import it in your project like this
import {
Timeline,
TimelineItem,
} from "@/components/ui/timeline"
-
Now you can use the timeline component in your project like this, you can add your own custom data in the timeline.
<Timeline>
<TimelineItem className="text-black text-sm font-medium">
Think
</TimelineItem>
<TimelineItem className="text-black text-sm font-medium">
Design
</TimelineItem>
<TimelineItem className="text-black text-sm font-medium">
Code
</TimelineItem>
<TimelineItem className="text-black text-sm font-medium">
Deploy
</TimelineItem>
</Timeline>
Can you post a link? I can't find it
Hi @KonixDev if its available in the production of shadcn-ui you can install The Timeline component from it by following this steps. INSTALLATION STEPS OF TIMELINE COMPONENT :
- first run this command in your project
npx shadcn-ui@latest add timeline
- Then import it in your project like this
import {
Timeline,
TimelineItem,
} from "@/components/ui/timeline"
- Now you can use the timeline component in your project like this, you can add your own custom data in the timeline.
<Timeline> <TimelineItem className="text-black text-sm font-medium"> Think </TimelineItem> <TimelineItem className="text-black text-sm font-medium"> Design </TimelineItem> <TimelineItem className="text-black text-sm font-medium"> Code </TimelineItem> <TimelineItem className="text-black text-sm font-medium"> Deploy </TimelineItem> </Timeline>
nope you have a beta of shadcn because i can't install it
https://ui.shadcn.com/docs/components/timeline
here give me 404 and npx too
Since it is still in beta, is there an alternating mode? Something like this.
A timeline component would be great
Definitely could use this right now
+1 for timeline release
Yes! I am waiting for this one.
Hey, Just added my own implementation of this component, made to be more modular #3374
Waiting on this one!!
Hey, are there any intentions to add this component? it would be very useful for my project
Hello! I'm interested on it too! For now I'm using https://codyhouse.co/gem/horizontal-timeline/
But would like to drop this other package to stay only with shadcn!
I want timeline component
+1
we want this component please!
This issue has been automatically closed because it received no activity for a while. If you think it was closed by accident, please leave a comment. Thank you.
Don't close it, we still want this :)