overmind-forms
A basic forms implementation based on the concepts from cerebral-forms.
Install
yarn add overmind-forms
or
npm install overmind-forms
Setup
Configure your overmind app for use with overmind-forms, the commented lines to your app.ts
// app.ts declare
Example Module
The following example shows creating a form in login module
// modules/login/state.ts
Example Component
// components/Login/index.tsx