build69
build69  /  Components  /  Timelines  /  TimelineMini

TimelineMini

v1.0.3Updated 20 Jul 2026

Sparkline-style inline timeline for KPI cards and table cells. Just dots on a line.

Preview

Live · 6 stories
DefaultOpen ↗
Why this is recommendedtimelineminiinlinesparkline+1

The default, out-of-the-box TimelineMini.

Recommended for+14
  • Inside StatCard for "events over time"
  • Table cell trend column
Tags+6
timelineminiinlinesparklinedefault
Features+4
  • Tiny inline visual
  • Configurable dot density
  • Tonal variants
  • Works inside StatCard
Not recommended for−2
  • Detail timelines (use Timeline / TimelineCentered)

Install

Ask your agent, or call the MCP tool directly. The resolved bundle is written into your project.

get_registry_item({ name: "TimelineMini" })

Usage

import { TimelineMini } from '@/components/data-display/timeline-mini';

<TimelineMini events={events} />

Tick variants in the left menu — each adds a tab with that variant’s real story source, the same code the preview above renders.

Props

PropTypeRequired
events

Events to plot

MiniEvent[]yes

Related