# Badge

A badge can be used to display content classification.

## Props

| Name      | Required | Type   | Possible values                                                     |
| --------- | -------- | ------ | ------------------------------------------------------------------- |
| `label`   | ✓        | string |                                                                     |
| `color`   |          | string | `'purple'`, `'yellow'`, `'green'`, `'red'`, `'blue'`, `'lightGray'` |
| `tooltip` |          | string |                                                                     |

## Example

```jsx
<Badge label="This is a badge" />
```
