Timeline
Display list of events in chronological order
Import
Source
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 timeline appearance with the following props:
active
– index of current active element, all elements before this index will be highlighted withcolor
color
– color from theme that should be used to highlight active items, defaults totheme.primaryColor
lineWidth
– controls line width and bullet borderbulletSize
– bullet width, height and border-radiusalign
– defines 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
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: