Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/marcos-aparicio/materialui-basic-form

Basic Form with steps in React using Material UI, Formik and Yup
https://github.com/marcos-aparicio/materialui-basic-form

formik formik-yup material-ui react typescript

Last synced: 4 days ago
JSON representation

Basic Form with steps in React using Material UI, Formik and Yup

Awesome Lists containing this project

README

        

# Basic React Form

Basic react form to showcase Material UI components, custom theming and light-dark mode switching; Formik and Yup.

Project inspired by these 2 videos:

* https://www.youtube.com/watch?v=bDkB3LoQKxs
* https://www.youtube.com/watch?v=l3NEC4McW3g

### How to install this project

```
git clone https://github.com/marcos-aparicio/materialui-basic-form.git
cd materialui-basic-form
npm i
```

After that run:

```
npm start
```

# Deployed Project

Page was deployed to github pages using [gh-pages package](https://www.npmjs.com/package/gh-pages) and result can be seen here: https://marcos-aparicio.github.io/materialui-basic-form/