trujic1000 / react-formik-form

Multi Step Form Built With React + Formik 2 + Material UI
23 stars 7 forks source link

React Multi Step Form

Form with multiple steps and confirmation. Formik 2 + Material UI

Quick Start

# Install dependencies
npm install / yarn

# Serve on localhost:3000
npm start / yarn start

# Build for production
npm run build / yarn build