Components
- Activity Heatmap
- Activity Rings
- Bar Chart
- Bar List
- Command Palette
- Composed Chart
- Corner Frame
- Data Table
- Delta Badge
- Distribution Bar
- Donut Chart
- Dot Plot
- Funnel Chart
- Heatmap Chart
- KPI Card
- Metric List
- Metric Value
- Period Tabs
- Radar Chart
- Radial Gauge
- Sankey Chart
- Scatter Chart
- Segmented Meter
- Sparkline
- Tick Bar
- Timeline
- Trend Chart
Blocks
- Activity Rings Card
- Allocation Card
- Balance Chart Card
- Breakdown Card
- Commerce KPI Row
- Contributions Card
- Data Table Card
- Distribution Card
- Dot Plot Card
- Dual Metric Card
- Funnel Chart Card
- Goal Chart Card
- Heatmap Chart Card
- Insight Card
- KPI Row Card
- Metric Tabs Chart Card
- Payment Summary Card
- Period Bar Chart Card
- Progress Card
- Revenue Ring Card
- Ring KPI Card
- Score Gauge Card
- Stage Bars Card
- Status Gauge Card
- Tick KPI Card
A centered revenue metric inside a dense segmented ring, with a dotted legend, full-width action, and a reduced-motion-safe chart reveal.
import { RevenueRingCard } from "@/registry/dashboardcn/blocks/revenue-ring-card"
export default function RevenueRingCardDemo() {Installation#
pnpm dlx shadcn@latest add @dashboardcn/revenue-ring-cardAlso installs card, button, tooltip from shadcn/ui if missing.
Usage#
import { RevenueRingCard } from "@/components/revenue-ring-card"
<RevenueRingCard
label="Total revenue"
value={284920}
progress={82}
legend={[{ label: "Subscriptions" }, { label: "Usage & services" }]}
action={{ label: "View details", href: "#" }}
/>Your dashboard, your code.
Every component is copied into your project with the shadcn CLI. No package to upgrade, nothing to override.