Library/ActivityFeed

ActivityFeed

Live event stream with action-specific iconography and glassmorphism styling.

Simple Build
Interactive Preview
Initialising Operative...

Architecture

Component Architecture
ActivityFeed/

Prop Usage

PropTypeDefaultDescription
channelIdrequired
stringRealtime channel supplying activity events.
maxItems
number20Max number of events shown in the feed.
className
stringAdditional classes on the feed container.

Usage

import { ActivityFeed } from '@/ui/features/ActivityFeed'; <ActivityFeed channelId="project:abc123" maxItems={15} />