# Label
Ce composant permet d'afficher un label.
```javascript
<h3>Awesome label</h3><Labelname='Hello Label Test'text='labelTest'/>
```
| Props | Type | Default props | Description |
|---|---|---|---|
| name | string | | Nom du champ |
| text | func | | Texte du label |