MKInput

The MKInput 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 MKInput 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

// Otis Kit PRO Components import MKInput from "components/MKInput";

Props Information

NameTypeDefaultDescription
errorboolfalseChange the MKInput border color to red, its useful when displaying the error messages.
successboolfalseChange the MKInput border color to green, its useful when displaying the success messages.
HTML5 AttributesYou can also use HTML5 input attributes for the MKInput.
MUI PropsYou can pass all of the MUI InputBase props for the MKInput as well.

Styles

// Otis Kit PRO Components import MKInput from "components/MKInput";

Success/Error

// Otis Kit PRO Components import MKInput from "components/MKInput";

Sizes

// Otis Kit PRO Components import MKInput from "components/MKInput";

Textarea

// Otis Kit PRO Components import MKInput from "components/MKInput";

HTML5 Inputs

// Otis Kit PRO Components import MKInput from "components/MKInput";