Skip to content

Janberka/ja-form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Form Component

Installation

npm install --save ja-form

How To Use

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>

About

Easy forms for React

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published