Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/marcos-aparicio/materialui-basic-form
- Owner: marcos-aparicio
- Created: 2024-01-07T04:30:54.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-08T00:07:03.000Z (11 months ago)
- Last Synced: 2024-01-08T05:29:36.069Z (11 months ago)
- Topics: formik, formik-yup, material-ui, react, typescript
- Language: TypeScript
- Homepage:
- Size: 1.88 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/