One more way to handle forms on React


Keywords
react, form, group, typescript, package, forms, inputs
License
MIT
Install
npm install react-context-form@1.3.2

Documentation

React Context Form

Build Status codecov

One more way to write forms on React.
Developed by Alexander Letnikow and maintained by Wearesho

Example

<Form instantiate={instantiateAuthorizationModel} method="put">
    <FormGroup name="email" >
        <Input type="email"/>
    </FormGroup>
    <FormGroup name="password" >
        <Input type="password"/>
    </FormGroup>
    <a href="/login">Forgot password?</a>
    <SlowSubmitButton>
        Login
    </SlowSubmitButton>
</Form>

See more in demo project

Documentation

License

MIT