npm install --save ja-form
First import this component where you want to use it
import Form from "ja-form"
Then just use it
<Form action={post}>
{({}) => (
<>
<input type="email" name="email/>
<input name="name"/>
<>
)}
</Form>
| Name | Name | Last commit date | ||
|---|---|---|---|---|