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

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

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

dashboard29

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

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

Leaderboard

dashboard11

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

dashboard30

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

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

Top List

dashboard5

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

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

Service List

dashboard25

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

Revenue$48.2K
Orders1,284
Users9.4K
Events62.1K

Widget Grid

dashboard3

Two-by-two KPI grid where each cell carries a tone-tinted icon tile, label, and monospaced value.