/formik-list-antd

Form List using Formik, for form management, and AntD, for UI components

Primary LanguageTypeScript

Form List using FieldArray from Formik and AntD

This is a brief example how to implement a Form List using Formik, for form management, and AntD, for UI components

Build

To build and run this application locally, you'll need latest versions of Git on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/Aireck2/formik-list-antd.git

# Go into the repository
$ cd /formik-list-antd

# Install dependencies
$ yarn
or
$ npm install

# Run the app
$ yarn start
or
$ npm run start

Open http://localhost:3000 to view it in the browser.

Learn More

To learn React, check out the React documentation.
To learn Formik, check out the Formik documentation.
To learn AntD, check out the AntD documentation.