2x2 grid of stat cells inside one card, separated by a thin cross divider.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Stats8 } from "@/components/beste/piece/stats8";
<Stats8
cells={[
{
"value": "$48K",
"label": "Revenue"
},
{
"value": "2,340",
"label": "Orders"
},
{
"value": "12.4%",
"label": "Conversion"
},
{
"value": "6:42",
"label": "Avg session"
}
]}
/>Three stats side by side inside one card, separated by vertical dividers.
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.
Gradient hero card with a huge headline number, uppercase label, and a short context caption.
Large headline number with an uppercase label and an optional tiny hint line.
Capacity used
of licensed seats
A compact card pairing a radial progress ring with its percentage, a label, and a short caption.