# Badge
The Badge component is used to show a status badge for an entity.
## Usage
Draft
Pending
Completed
Error
In Progress
```vue
Draft
Pending
Completed
Error
In Progress
```
## Props
| Name | Default | Value | Description |
| :--------- | :------- | :--------------------------------------- | :--------------------------------------------------- |
| `color` | `'gray'` | `gray \| yellow \| green \| red \| blue` | |
| `colorMap` | `null` | `Object` | An object containing label as key and color as value |
| `label` | `null` | `String` | This must be passed when using `colorMap` |