MKBox

The MKBox component is a wrapper component which provides different CSS utlities for styling the elements. It uses MUI Box in base and you can use all of the props from MUI Boxfor the MKBox component.

Its one of the most powerful components that give you all of the possibilites for providing styles for an element directly in JSX.


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 MKBox from "components/MKBox";
Box

Props Information

NameTypeDefaultDescription
bgColorstringtransparentChange the MKBox background color.
colorstringdarkChange the MKBox text color.
variant'gradient''contained'containedChange the MKBox background type.
opacitynumber1Change the MKBox opacity.
borderRadiusstringnoneSet a border radius for the MKBox.
shadowstringnoneSet a box shadow for the MKBox.
coloredShadow'primary''secondary''info''success''warning''error''light''dark''none'noneSet a colorful box shadow for the MKBox.
MUI PropsYou can pass all of the MUI System Properties for the MKBox as well.
Contents