Overview:
The formsy-material-ui package is currently undergoing restoration and is seeking help from users, especially those using MUI (Material-UI). This library serves as a wrapper for Material-UI form components, allowing them to be used with formsy-react, a form validation component for React forms.
Features:
- Wrapper for Material-UI form components
- Compatibility with formsy-react for form validation in React
- Support for onChange event handlers in props
Installation:
To install formsy-material-ui and add it to your package.json, run the following command:
npm install formsy-material-ui
You will also need to add these peer dependencies if they are not already installed:
- create-react-class
- formsy-react@0.19.5
- material-ui@0.18.7
- react-dom