Skip to content

ron-dadon/formz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Painless React Forms

build code ql npm Libraries.io dependency status for latest release npm npm bundle size

Formz is a React form library based on hooks, designed from the ground up to be as efficient, robust and easy to understand as possible. With a size of 4kb gzipped, it packs in a full form state management engine, including validations, values parsing & formatting and much more.

Installation

That one is easy. Like must libraries, just use npm or yarn.

$ npm i formz --save
$ yarn add formz

Requirements

To keep formz size to the minimum, it has zero dependencies and only a peer dependency with react >= 17.


For more information and API docs, visit https://ron-dadon.github.io/formz