[< Back to Components List](../README.md#components)

## Badge

`polaris-badge` implements the [Polaris Badge component](https://polaris.shopify.com/components/images-and-icons/badge).

### Examples

Basic usage:

```hbs
{{polaris-badge text="Fulfilled"}}
```

With a success status set:

```hbs
{{polaris-badge status="success" text="Complete"}}
```

With a progress status set:

```hbs
{{polaris-badge progress="partiallyComplete" text="Partially complete"}}
```
