Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tsamaya/formik-and-material-ui
- Owner: tsamaya
- License: mit
- Created: 2020-12-14T20:14:37.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-08T04:38:55.000Z (over 1 year ago)
- Last Synced: 2024-05-02T04:34:34.191Z (7 months ago)
- Topics: formik, material-ui, react
- Language: JavaScript
- Homepage: https://codesandbox.io/s/github/tsamaya/formik-and-material-ui
- Size: 1.61 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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-uicd 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.