ActivityFeed
Live event stream with action-specific iconography and glassmorphism styling.
Simple Build
Interactive Preview
Initialising Operative...
Architecture
Component Architecture
ActivityFeed/
Prop Usage
| Prop | Type | Default | Description |
|---|---|---|---|
channelIdrequired | string | — | Realtime channel supplying activity events. |
maxItems | number | 20 | Max number of events shown in the feed. |
className | string | — | Additional classes on the feed container. |
Usage
import { ActivityFeed } from '@/ui/features/ActivityFeed';
<ActivityFeed
channelId="project:abc123"
maxItems={15}
/>