form-builder-react-shadcn
v0.0.45
Published
Form builder for react apps using the shadcn ui library
Downloads
187
Readme
Form Builder Package
This repository provides a set of components to generate dynamic react forms using some shadcn-ui components as a base.
We use react-hook-form to handle internal form states, and zod to provide validation.
We also built an npm package to be able to use all the components and hooks in this repo, improving form creation times.