Forms
Forms
Overview
A package for creating controlled forms in React with baked in Zod validation.
You own and control the rendered markup while the hooks take care of the state and validation.
Installation
Required dependencies
This package relies on React hooks 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.
© 2024-present Robin Weser. All Rights Reserved.