Mini Table

Three-column data table with a sort arrow on the active column and monospaced right-aligned amounts in each row.

Recent invoices
AccountPlanAmount
Atlas LabsScale$820
NorthwindPro$420
HemlockPro$420
Stoic & Co.Starter$120

New here? Read the installation guide.

Import & use
import { Dashboard28 } from "@/components/beste/piece/dashboard28";

<Dashboard28
  title="Recent invoices"
  accountHeader="Account"
  planHeader="Plan"
  amountHeader="Amount"
  sortKey="Amount"
  rows={[
    {
      "name": "Atlas Labs",
      "plan": "Scale",
      "amount": "$820"
    },
    {
      "name": "Northwind",
      "plan": "Pro",
      "amount": "$420"
    },
    {
      "name": "Hemlock",
      "plan": "Pro",
      "amount": "$420"
    },
    {
      "name": "Stoic & Co.",
      "plan": "Starter",
      "amount": "$120"
    }
  ]}
/>

More Dashboard pieces

View all Dashboard
ARR$1.82M+8.4%
Churn2.1%-0.3%
NPS48+6%

Metric Trio

Three horizontally divided metric cells in one card, each with a label, value, and semantic delta arrow.

Top sources
1Direct
4,820
2Google
3,610
3Twitter
1,890
4Referral
980

Top List

Ranked list where each row's background bar fills proportionally to its value, with index and count on either end.

Top performers
Ada L.12,840
Marcus R.10,320
Priya S.8,960

Leaderboard

Top-three ranking card with gold, silver, and bronze medal circles next to names and monospaced scores.

Signups382
+12%
Revenue$18.4K
+6%
MAU9.8K
+3%

Sparkline Row

Stacked rows combining a label, value, inline tone-colored sparkline, and emerald delta on the right.

Services
  • APIOperational
    99.99%
  • IngestDegraded
    99.82%
  • BillingOperational
    99.97%
  • WorkersOperational
    99.95%

Service List

Service health rows with a pinging status dot, operational label, and a monospaced uptime percentage.

Traffic by device9,420 sessions
  • Mobile58%
  • Desktop32%
  • Tablet8%
  • Other2%

Stacked Bar

Horizontal 100 percent stacked bar splitting a total into colored segments with a wrapping legend of labels and percentages.

Markdown version