react-context-form

One more way to handle forms on React

Usage no npm install needed!

<script type="module">
  import reactContextForm from 'https://cdn.skypack.dev/react-context-form';
</script>

README

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