Release published — opus-react 0.2.20 is available on npm.
Review requested for the content component batch.
JSON Viewer expand depth defaults need review.
Waiting for action
Open a sub-component to view its docs and settings.
Copy this complete component into a page file. Edit and run it in the Playground.
Loading editor…
Vertical activity timeline (distinct from chart Timeline). Supports dot rails for simple events or avatar rails for people-centric feeds, optional tag labels, and grouped section headings.
| Prop | Type | Default | Description |
|---|---|---|---|
items | ContentTimelineItem[] | — | Flat timeline events with title, optional description, time, status, tags, and avatar metadata. |
groups | ContentTimelineGroup[] | — | Optional grouped sections with a section label and nested items. |
onItemClick | (item, index) => void | — | Called when a timeline row is clicked. |
| Field | Type | Description |
|---|---|---|
title | string | Primary row heading. |
description | string | Supporting body copy. |
time | string | Optional timestamp. |
tags | ContentTimelineTag[] | Optional label pills shown below the description. |
avatarName | string | When set, renders an avatar marker instead of a status dot. |
status | ContentTimelineStatus | Dot accent when no avatar is shown. |