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"
}
]}
/>