Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/ephraimduncan/blocks/llms.txt

Use this file to discover all available pages before exploring further.

Detailed usage dashboard showing resource consumption, limits, and utilization across multiple services.

Installation

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

Dependencies

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

Usage

import Stats12 from "@/components/stats-12";

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

Features

  • Usage metrics - Track resource consumption
  • Limit indicators - Show quotas and caps
  • Multiple services - Monitor various resources
  • Progress visualization - Clear utilization display
  • Detailed breakdown - Comprehensive usage data

Use Cases

  • Cloud resource monitoring
  • API usage tracking
  • Subscription limits
  • Billing dashboards
  • Resource management