The `<Pill />` can be used to display information or status.
#### Usage:
```
<Pill
label='Active'
variant='positive'
/>
```
#### Props:
`label` and `variant` are required props. All html native attributes and event handlers are optional, such as `id`, `onClick`, etc.