Skip to main content
Value-focused stats showing financial or numeric breakdowns with category labels.

Installation

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

Dependencies

This component requires the following shadcn/ui components:
  • card

Usage

import Stats15 from "@/components/stats-15";

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

Features

  • Value breakdown - Categorized value display
  • Category labels - Clear value categorization
  • Financial formatting - Currency and number display
  • Summary view - Aggregated totals
  • Professional styling - Business-ready design

Use Cases

  • Revenue breakdown
  • Expense categorization
  • Financial reports
  • Budget summaries
  • Value distribution analysis

Build docs developers (and LLMs) love