Horizontal 100 percent stacked bar splitting a total into colored segments with a wrapping legend of labels and percentages.
The import and the props worth knowing about, in one place.
import { Dashboard23 } from "@/components/beste/piece/dashboard23";
<Dashboard23
surface="card"
bordered={true}
inverted={false}
title="Traffic by device"
total="9,420 sessions"
segments={[
{
"label": "Mobile",
"value": 58
},
{
"label": "Desktop",
"value": 32
},
{
"label": "Tablet",
"value": 8
},
{
"label": "Other",
"value": 2
}
]}
/>Ranked list where each row's background bar fills proportionally to its value, with index and count on either end.
Stacked rows combining a label, value, inline tone-colored sparkline, and emerald delta on the right.
Actual-vs-target bar with a tone-colored actual fill on a muted track and a thin foreground tick marking the target.
Average rating with a star, total review count, and five rows showing per-star counts with an amber proportional bar.