More Premium Hugo Themes Premium React Themes

Redux Form Material UI

A set of wrapper components to facilitate using Material UI with Redux Form

Redux Form Material UI

A set of wrapper components to facilitate using Material UI with Redux Form

Author Avatar Theme by erikras
Github Stars Github Stars: 833
Last Commit Last Commit: Apr 7, 2018 -
First Commit Created: Jan 15, 2024 -
Redux Form Material UI screenshot

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.