Skip to content

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

Notifications You must be signed in to change notification settings

Aireck2/formik-list-antd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages