Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 365 Bytes

HintPopup.md

File metadata and controls

13 lines (11 loc) · 365 Bytes

<HintPopup /> Component

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

Usage

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