Use with form libraries
Formik
Learn how to integrate Formity with Formik with an example implementation.
Formik
Formity can be easily integrated with Formik, combining dynamic multi-step flows with powerful form state management and validation.
To learn how this integration works, clone the following example repository:
git clone https://github.com/martiserra99/formity-formik
Make sure you run the following command to install all the dependencies.
npm install
Once everything is set up, you can run the project and explore the codebase to understand how both libraries are used together.