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