# Label

Label component

## Props

| prop           | type       | required | default  | description |
| :------------- | :--------- | :------- | :------- | :----------------------------------- |
| `type`         | `string`   | `false`  | `plain`  | The type of the Label           |
| `width`        | `string`   | `false`  | ``       | The width of the Label    |
| `color`        | `string`   | `false`  | ``       | The font color of the label    |
| `background`   | `string`   | `false`  | ``       | The backgroundColor of the label |
| `icon`         | `string`   | `false`  | ``       | The icon to display with the label associated |
| `position`     | `string`   | `false`  | ``       | The position to display icon on left or right to the label |
| `isLoading`    | `boolean`  | `false`  | ``       | Boolean to display loading state or value |
| `children`     | `string`   | `false`  | ``       | The value to display inside the label |
