Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.34 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.34 KB

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