Support Queue
A headline count with a trend note, a tick-segmented progress bar, and a dotted legend breaking the total into stages.
The import and the props worth knowing about, in one place.
import { Stats14 } from "@/components/beste/piece/stats14";
<Stats14
surface="card"
bordered={true}
inverted={false}
title="Support Queue"
value="1,284"
deltaLabel="312 cleared today"
segments={[
{
"label": "New",
"value": 420,
"tone": "emerald"
},
{
"label": "Active",
"value": 610,
"tone": "amber"
},
{
"label": "On hold",
"value": 254,
"tone": "muted"
}
]}
/>Large headline number with an uppercase label and an optional tiny hint line.
Headline value with a signed trend arrow, percentage, and period caption.
Live metric whose digits roll like an odometer each time the value changes, with a delta pill that pops in beside the number.
Visits this month
vs. 1,142 last month
A compact metric card pairing a large figure with a signed change chip, a small bar history, and a comparison caption.