Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 439 Bytes

PasswordGroup.md

File metadata and controls

15 lines (13 loc) · 439 Bytes

<PasswordGroup /> Component

This component is represents wrapper for <Input />, that must be password. It requires context which is provided by <Form />.

Usage

<Form {...FormProps}>
    <FormGroup {...FormGroupProps}>
        <PasswordGroup {...HTMLDivElementProps}>
            <Input  {...HTMLInputProps} />
        </InputRange>   
    </FormGroup>
</Form>