Timeline-style ordered events for audit and workflow history.
ActivityFeed renders chronological events with a restrained marker and optional metadata.
Use for audit trails, release logs, and workflow history.
<ActivityFeed>
<ActivityFeedItem meta="2 minutes ago">Published @froggdesign/theme.</ActivityFeedItem>
<ActivityFeedItem meta="Today">Updated EnterUI documentation.</ActivityFeedItem>
<ActivityFeedItem meta="Yesterday">Merged release checklist.</ActivityFeedItem>
</ActivityFeed>import {
ActivityFeed,
ActivityFeedItem,
Timeline,
TimelineItem,
} from "@froggdesign/enter-ui-react";Timeline and TimelineItem are aliases for teams that prefer timeline language.
ActivityFeed renders an ordered list. Keep event copy concise and place timestamps or actors in meta so chronology remains easy to scan.
ActivityFeed supports native ordered-list props and className.ActivityFeedItem supports meta plus native list-item props.Timeline and TimelineItem are aliases.Every exported component accepts className when it renders an element. EnterUI styles use .eui-* classes and --eui-* variables mapped from FroggDesign theme tokens.