Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 348 Bytes

File metadata and controls

13 lines (11 loc) · 348 Bytes

<Label /> Component

This component is represents label for <Form />. It requires context which is provided by <FormGroup />.

Usage

<Form {...FormProps}>
    <FormGroup {...FormGroupProps}>
        <Label  {...HTMLLabelElementProps} />
    </FormGroup>
</Form>