Three stats side by side inside one card, separated by vertical dividers.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Stats3 } from "@/components/beste/piece/stats3";
<Stats3
items={[
{
"value": "128K",
"label": "Users"
},
{
"value": "4.2M",
"label": "Events"
},
{
"value": "99.98%",
"label": "Uptime"
}
]}
/>2x2 grid of stat cells inside one card, separated by a thin cross divider.
Gold trophy tile beside a #rank-of-total position, a context label, and an emerald percentile flag.
Colored icon tile beside a bold stat and a one-line description.
Large headline number with an uppercase label and an optional tiny hint line.
Gradient hero card with a huge headline number, uppercase label, and a short context caption.
Support Queue
A headline count with a trend note, a tick-segmented progress bar, and a dotted legend breaking the total into stages.