Overview
redux-form-material-ui is a set of wrappers that allows for the use of Material-UI components with redux-form. It provides a way to easily integrate these components into forms created with redux-form.
Features
- Wrapper components for Material-UI components
- Easy integration with redux-form
- No default values for fields
Installation
To install redux-form-material-ui, use the following command in your terminal:
npm install redux-form-material-ui
Summary
redux-form-material-ui is a package that provides a set of wrappers for using Material-UI components with redux-form. It allows for easy integration and use of these components in forms created with redux-form. However, it should be noted that some default value functionality is disabled due to the controlled component nature of redux-form.