Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ebazhanov/multi-steps-form-formik-mui

An example of "Multi steps Form" with "Progress bar" based on Formik and Material UI library 🎉
https://github.com/ebazhanov/multi-steps-form-formik-mui

formik material-ui mui react typescript yup

Last synced: about 1 month ago
JSON representation

An example of "Multi steps Form" with "Progress bar" based on Formik and Material UI library 🎉

Awesome Lists containing this project

README

        

# React "Form" with multiple step 1,2,

> Create Multi steps form using [Formik](https://formik.org/docs/api/formik) and [MaterialUI](https://mui.com/)

#### TODO:
- [x] use Formik as state management
- [x] add Yup library as validation
- [x] navigate between two pages
- [x] add progress bar with steps

👉 [find this code in codesandbox.io](https://codesandbox.io/s/multi-steps-form-formik-mui-injdb6?file=/src/App.tsx)

![gif](multi-steps-form.gif)