Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tsamaya/formik-and-material-ui

React Example Using Formik with Material UI
https://github.com/tsamaya/formik-and-material-ui

formik material-ui react

Last synced: 4 days ago
JSON representation

React Example Using Formik with Material UI

Awesome Lists containing this project

README

        

# Formik used alongside Material-UI

:warning: work in progress

[![Build Status](https://travis-ci.com/tsamaya/formik-and-material-ui.svg?branch=main)](https://travis-ci.com/tsamaya/formik-and-material-ui)

```
npx create-react-app formik-and-material-ui

cd formik-and-material-ui

yarn add @material-ui/core

yarn add @material-ui/pickers

yarn add @material-ui/lab

yarn add @material-ui/icons

yarn add formik

yarn add yup

yarn add formik-material-ui

yarn add formik-material-ui-pickers @date-io/[email protected] date-fns

yarn add formik-material-ui-lab

```

```
yarn add -D prettier
yarn add -D eslint-config-airbnb-base eslint-config-prettier eslint-plugin-jsx-a11y eslint-plugin-prettier
```

## License

Licensed under the MIT License

A copy of the license is available in the repository's [LICENSE](LICENSE) file.