Side-by-side compare card with previous and current values separated by an arrow, and a semantic delta pill in the header.
New here? Read the installation guide.
import { Dashboard10 } from "@/components/beste/piece/dashboard10";
<Dashboard10
label="Conversion rate"
currentLabel="This week"
currentValue="3.82%"
previousLabel="Last week"
previousValue="3.41%"
delta={12}
/>Three horizontally divided metric cells in one card, each with a label, value, and semantic delta arrow.
Dual-line sparkline overlaying the current period in tone and the previous period as a faint dashed baseline with a legend.
Compact metric card with a large value, delta percentage, and an SVG sparkline with a tone-colored stroke and faint area fill.
Target-tracking card with a target icon, current / goal values, a tone-colored progress bar, and a deadline footer.