Components
Blocks
- Activity Rings Card
- Allocation Card
- Balance Chart Card
- Breakdown Card
- 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
- Period Bar Chart Card
- Progress Card
- Ring KPI Card
- Score Gauge Card
- Stage Bars Card
- Status Gauge Card
- Tick KPI Card
82%of goals
import { ActivityRings } from "@/components/ui/activity-rings"
export default function ActivityRingsDemo() {Installation#
pnpm dlx shadcn@latest add https://dashboardcn.com/r/activity-rings.jsonUsage#
import { ActivityRings } from "@/components/ui/activity-rings"
<ActivityRings
rings={[
{ label: "Move", value: 1592, max: 1800, color: "var(--color-pink-500)" },
{ label: "Exercise", value: 105, max: 120, color: "var(--color-lime-500)" },
{ label: "Stand", value: 9, max: 12, color: "var(--color-sky-500)" },
]}
>
<span className="text-2xl font-semibold">82%</span>
<span className="text-muted-foreground text-xs">of goals</span>
</ActivityRings>Your dashboard, your code.
Every component is copied into your project with the shadcn CLI. No package to upgrade, nothing to override.