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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
2.11.10latest

Version History

VersionDownloads (Last 7 Days)Published
2.11.10
3.0.0-31
3.0.0-20
3.0.0-10
3.0.0-00
2.11.00
2.9.00
2.9.0-beta.10
2.9.0-DEVELOP70
2.9.0-DEVELOP60
2.9.0-DEVELOP50
2.9.0-DEVELOP40
2.9.0-DEVELOP30
2.9.0-DEVELOP20
2.9.0-DEVELOP0
2.8.10
2.8.00
2.7.00
2.6.00
2.5.0-beta.30
2.5.0-beta.20
2.5.0-beta.10
2.5.00
2.4.00
2.3.00
2.2.10
2.2.00
2.1.00
2.0.25
2.0.10
2.0.00
1.8.20
1.9.0-rc10
1.8.10
1.8.06
1.7.02
1.6.75
1.6.60
1.6.56
1.6.42
1.6.30
1.6.20
1.6.10
1.6.00
1.5.10
1.5.00
1.4.00
1.3.20
1.3.10
1.3.00
1.2.10
1.2.00
1.1.00
1.0.00
1.0.0-rc100
1.0.0-rc90
1.0.0-rc80
1.0.0-rc70
1.0.0-rc60
1.0.0-rc50
1.0.0-rc40
1.0.0-rc30
1.0.0-rc20
1.0.0-rc10
0.0.1-placeholder0

Package Sidebar

Install

npm i react-context-form

Weekly Downloads

27

Version

2.11.1

License

MIT

Unpacked Size

609 kB

Total Files

103

Last publish

Collaborators

  • horat1us