# ef-pill

A small button style component
which is used to show one or multiple selected item.
It is rarely used in the UI but inside other components to visualize multiple item selection item.

## Properties

| Property   | Attribute  | Type      | Default | Description             |
|------------|------------|-----------|---------|-------------------------|
| `active`   | `active`   | `boolean` | false   | Set active state        |
| `clears`   | `clears`   | `boolean` | false   | Set pill to clearable   |
| `disabled` | `disabled` | `boolean` | false   | Set disabled state      |
| `readonly` | `readonly` | `boolean` | false   | Set readonly state      |
| `toggles`  | `toggles`  | `boolean` | false   | Set pill to toggle mode |
| `value`    | `value`    | `string`  | ""      | Value of pill           |

## Events

| Event   | Description                               |
|---------|-------------------------------------------|
| `clear` | Fired when the user taps on clear button. |
