Skip to content

Latest commit

 

History

History
50 lines (45 loc) · 1.64 KB

File metadata and controls

50 lines (45 loc) · 1.64 KB

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