Forms
Forms

Overview

A package for creating controlled forms in React (new tab) with baked in Zod (new tab) validation.
You own and control the rendered markup while the hooks take care of the state and validation.

npm versionnpm downloadsBundlephobia

Installation

Required dependencies

This package relies on React hooks (new tab) and thus requires version 16.3 or higher.

# npm
npm i --save @weser/forms

# yarn
yarn add @weser/forms

# pnpm
pnpm add @weser/forms

Motivation

tbd.

Benefits

tbd.

On this page