Timeline
Display list of events in chronological order
Source
LLM docs
Docs
Package
Usage
You've created new branch fix-notifications from master
2 hours ago
You've pushed 23 commits to fix-notifications branch
52 minutes ago
You've submitted a pull request Fix incorrect notification message (#187)
34 minutes ago
Robert Gluesticker left a code review on your pull request
12 minutes ago
Line and bullet props
Control the timeline appearance with the following props:
active– index of the current active element; all elements before this index will be highlighted withcolorcolor– color from theme that should be used to highlight active items, defaults totheme.primaryColorlineWidth– controls line width and bullet borderbulletSize– bullet width, height and border-radiusalign– defines the line and bullets position relative to content, also sets text-align
You've created new branch fix-notifications from master
2 hours ago
You've pushed 23 commits to fix-notifications branch
52 minutes ago
You've submitted a pull request Fix incorrect notification message (#187)
34 minutes ago
Robert Gluesticker left a code review on your pull request
12 minutes ago
Opposite content
Use the opposite prop on Timeline.Item to render content on the opposite side of the timeline.
When any Timeline.Item has the opposite prop, the timeline switches to a centered layout with
content on both sides of the line.
2 hours ago
You've created new branch fix-notifications from master
52 minutes ago
You've pushed 23 commits to fix-notifications branch
34 minutes ago
You've submitted a pull request Fix incorrect notification message (#187)
Robert Gluesticker left a code review on your pull request
Alternate items
Set the alternate prop on individual Timeline.Item components to switch
the position of content and opposite:
2 hours ago
You've created new branch fix-notifications from master
You've pushed 23 commits to fix-notifications branch
52 minutes ago
34 minutes ago
You've submitted a pull request Fix incorrect notification message (#187)
Robert Gluesticker left a code review on your pull request
12 minutes ago
Bullet as React node
Default bullet without anything
Timeline bullet as avatar image
Timeline bullet as icon
Timeline bullet as ThemeIcon component
Wrap Timeline.Item
Timeline component relies on Timeline.Item order. Wrapping Timeline.Item is not supported.
Instead, you will need to use different approaches: