Docs
Stat

Stat

Displays a statistic with a label.

$45,231.89
Total Revenue
+20.1% from last month
2,350
New Customers
+180 in the last 24 hours
17,329
Active Users
+19% from last week

Installation

Usage

import { Stat } from "@/components/ui/stat";
<Stat>{/* Example usage */}</Stat>

Props

PropTypeDefaultDescription
classNamestring-The class name to apply to the component.
childrenReactNode-The content to display in the component.