MDInput
The MDInput helps you to create different form elements. It uses MUI InputBase in base and you can use all of the props from MUI InputBasefor the MDInput component.
The below codes are editable and you can modify them the way you want directly from your browser, please use the green button or the ctrl + s to save the changes.
Demo
// Material Dashboard 2 React Components
import MDInput from "components/MDInput";
Props Information
| Name | Type | Default | Description | 
|---|---|---|---|
| error | bool | false | Change the MDInputborder color to red, its useful when displaying the error messages. | 
| success | bool | false | Change the MDInputborder color to green, its useful when displaying the success messages. | 
| HTML5 Attributes | You can also use HTML5 input attributes for the MDInput. | ||
| MUI Props | You can pass all of the MUI InputBase props for the MDInputas well. | 
Styles
// Material Dashboard 2 React Components
import MDInput from "components/MDInput";
Success/Error
// Material Dashboard 2 React Components
import MDInput from "components/MDInput";
Sizes
// Material Dashboard 2 React Components
import MDInput from "components/MDInput";
Textarea
// Material Dashboard 2 React Components
import MDInput from "components/MDInput";
HTML5 Inputs
// Material Dashboard 2 React Components
import MDInput from "components/MDInput";