Patterns · Data
Chronological list of activity events with avatar, description, and timestamp.
import { ActivityFeed } from '@nexub/patterns';| Prop | Type | Default | Required | Description |
|---|---|---|---|---|
| title | React.ReactNode | — | ✓ | Activity event title. |
| description | React.ReactNode | — | — | Supporting description. |
| timestamp | string | — | — | Time string (e.g. "2 hours ago"). |
| avatar | React.ReactNode | — | — | Avatar element for the actor. |