# Badge

Use `Badge` for short inline status labels, categories, priorities, or tags.

## Props

- `variant?`: `"default" | "secondary" | "success" | "warning" | "danger"` default `"default"`
- `children`: short text

## Example

```mdx
The compiler boundary is <Badge variant="success">deterministic</Badge> and agent-independent.
```

## Rules

- Keep badge text to one to three words.
- Do not use badges for full sentences.
