UNPKG

focus-components-v3

Version:

Focus web components to build applications (based on Material Design)

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