KPI label, a bold value, and a signed percentage trend badge.
Turn the props on the right; the snippet under them is what you would write to get what you see.
import { Card1 } from "@/components/beste/component/card1";
<Card1
surface="card"
bordered
label="Monthly revenue"
value="$12,459"
trend={24}
direction="up"
/>The import and the props worth knowing about, in one place.
import { Card1 } from "@/components/beste/piece/card1";
<Card1
surface="card"
bordered={true}
inverted={false}
label="Monthly revenue"
value="$12,459"
trend={24}
direction="up"
/>Package icon paired with an order ID, item count, a colored status dot, and an optional ETA.
Card with a label, headline value, and a row of vertical bars scaled to the data.
Highlighted plan with a gradient border, Most popular badge on top, and a filled gradient CTA button.
Thick donut ring with a centered percent, paired with an uppercase caption on the side.