react-context-form
TypeScript icon, indicating that this package has built-in type declarations

2.11.1 • Public • Published

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

Package Sidebar

Install

npm i react-context-form

Weekly Downloads

41

Version

2.11.1

License

MIT

Unpacked Size

609 kB

Total Files

103

Last publish

Collaborators

  • horat1us