Components
PulseLine — A concise, modern activity timeline that surfaces recent system events, deployments, and maintenance at a glance.
ChronoBoard — A polished timeline dashboard that organizes updates into actionable cards with visual status cues and quick actions.
BeaconFeed — A subtle, attention-focused activity feed that highlights critical alerts, ongoing tasks, and completed items with clear status colors.
npx @21st-dev/cli add dhileepkumargm/chrono-boardLoading preview...
import React from "react";
import DisplayCardsDemo from "@/components/ui/chrono-board";
export default function DemoOne() {
return <DisplayCardsDemo />;
}