Activity Feed
A developer telemetry and audit log stream featuring category filtering, live real-time event simulation with Framer Motion slide insertions, and expandable JSON payloads.
Production release v2.4.0 verified
All 32 edge clusters updated. Zero errors encountered.
2 mins ago•380ms•CI Pipeline
Token rotation required for API key
Secret key has exceeded 90-day recommended rotation window.
14 mins ago•12ms•Security Guard
POST /v1/chat/completions 200 OK
Streaming token generation handled with 0.12s first-byte latency.
28 mins ago•22ms•External Client
Installation
Add the component directly to your repository using shadcn CLI:
npx shadcn@latest add Surajmaurya1/easyui/activity-feed
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| events | ActivityEvent[] | [] | Array of audit or telemetry activity events |
| enableLiveSimulation | boolean | true | Whether to show the interactive simulated live stream toggle |
| enableFilters | boolean | true | Whether to display category filter pill buttons |
| enableSearch | boolean | true | Whether to show the trace search input |
| maxEntries | number | 20 | Maximum items retained in stream before pruning |
| onEventReplay | (event: ActivityEvent) => void | undefined | Optional callback to replay a logged event |
| className | string | undefined | Optional custom CSS class |