> ## Documentation Index
> Fetch the complete documentation index at: https://context7.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Badges

> Add a small status or version label

Use `<Badge>` for a short label.

## Usage

```mdx theme={null}
<Badge color="green">Stable</Badge>
<Badge color="purple" shape="pill" stroke>Beta</Badge>
```

Useful props are `color`, `size`, `shape`, `icon`, `stroke`, and `disabled`.

## Example

<Badge color="green">Stable</Badge>{" "}
<Badge color="purple" shape="pill" stroke>Beta</Badge>
