Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 349 Bytes

Hint.md

File metadata and controls

13 lines (11 loc) · 349 Bytes

<Hint /> Component

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

Usage

<Form {...FormProps}>
    <FormGroup {...FormGroupProps}>
        <Hint  {...HTMLDivElementProps} />
    </FormGroup>
</Form>