Carregando…
Carregando…
Carregando…Chronological activity list with avatars, icons, intents and timestamps.
Activity Feed — chronological list with intents and timestamps
Alice commented on your post
Build #142 passed successfully
Payment of $249 received
Disk usage exceeded 90%
Bob left the workspace
$ npx kikitocn add activity-feedimport { ActivityFeed } from "@/components/ui/cn/activity-feed/ActivityFeed";
export function ActivityFeedExample() {
return (
<ActivityFeed />
);
}| Prop | Tipo | Padrão | Descrição |
|---|---|---|---|
items* | ActivityFeedItem[] | — | Array de atividades { id, title, time, icon, intent, avatar } |
compact | boolean | false | Layout compacto sem descrição |
className | string | — | Classes CSS extras |