Side-by-side compare card with previous and current values separated by an arrow, and a semantic delta pill in the header.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
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}
/>Dashboard filter bar with a primary date-range button, a comparison-period dropdown, and a segment filter toggle.
Seven vertical bars for a rolling week with muted fills for past days and a tone-saturated bar for today's total.
Revenue split card with an SVG donut on the left showing weighted slices and a percentage legend on the right.
Top-three ranking card with gold, silver, and bronze medal circles next to names and monospaced scores.
Weekly cohort grid where each cell's opacity scales with the retention percentage in the tone color.
Target-tracking card with a target icon, current / goal values, a tone-colored progress bar, and a deadline footer.