# Stat

Use `Stat` to show important metrics, counts, labels, or summarized values.

## Props

- `label`: string
- `value`: string or number
- `description?`: string

## Example

```mdx
<Stat label="Artifact files" value="2" description="Final MDX source and standalone HTML" />
```

## Rules

- Use for compact facts, not paragraphs.
- Often works well inside `Grid`.
