Card with a label, headline value, and a row of vertical bars scaled to the data.
The import and the props worth knowing about, in one place.
import { Chart1 } from "@/components/beste/piece/chart1";
<Chart1
surface="card"
bordered={true}
inverted={false}
label="Sessions · this week"
value="8,214"
data={[
42,
68,
54,
81,
36,
72,
90
]}
tone="primary"
/>Mini org-chart card with a manager node branching down into three direct-report avatars.
Two horizontal bars comparing this period against the previous one.
Pricing tier with a headline amount, period, and a stack of check-marked features. Featured tier flips to primary.