# Label
  [![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)
  

  ## Properties
  | </br>Name | </br>Type | </br>Summary | </br>Default | 
| ---- | ---- | ---- | ---- |
| className | `string` | CSS Class to apply to label. | `''` |
| content | `string` | Content of label. | `''` |
| htmlFor | `string` | Id of input. | `''` |
| style | `objectOf` | Css style applied to the component | `null` |