Skip to main content
Interactive stats with circular progress bars and action links. Combines visual progress tracking with navigation capabilities.

Installation

Install the component from the Blocks registry:
npx shadcn@latest add @blocks/stats-08

Dependencies

This component requires the following shadcn/ui components:
  • card
  • progress (circular variant)

Usage

import Stats08 from "@/components/stats-08";

export default function Page() {
  return <Stats08 />;
}

Features

  • Circular progress - Visual progress indicators
  • Action links - Navigation to detailed views
  • Interactive cards - Clickable stat cards
  • Combined functionality - Progress + navigation
  • User-friendly - Clear call-to-action

Use Cases

  • Project progress tracking
  • Task completion dashboards
  • Training progress
  • Milestone tracking
  • Goal achievement pages

Build docs developers (and LLMs) love