0 Tk

button

Button API - Material UI

  • .Mui-disabledState class applied to the root element if disabled={true}.
  • .Mui-focusVisibleState class applied to the ButtonBase root element if the button is keyboard focused.
  • .MuiButton-colorError color error styles applied to the root element if color="error".
  • .MuiButton-colorInfo color info styles applied to the root element if color="info".
  • .MuiButton-colorInherit color inherit styles applied to the root element if color="inherit".
  • .MuiButton-colorPrimary color primary styles applied to the root element if color="primary".
  • .MuiButton-colorSecondary color secondary styles applied to the root element if color="secondary".
  • .MuiButton-colorSuccess color success styles applied to the root element if color="success".
  • .MuiButton-colorWarning color warning styles applied to the root element if color="warning".
  • .MuiButton-contained contained styles applied to the root element if variant="contained".
  • .MuiButton-containedError contained error styles applied to the root element if variant="contained" and color="error".
  • .MuiButton-containedInfo contained info styles applied to the root element if variant="contained" and color="info".
  • .MuiButton-containedInherit contained inherit styles applied to the root element if variant="contained" and color="inherit".
  • .MuiButton-containedPrimary contained primary styles applied to the root element if variant="contained" and color="primary".
  • .MuiButton-containedSecondary contained secondary styles applied to the root element if variant="contained" and color="secondary".
  • .MuiButton-containedSizeLarge contained size large styles applied to the root element if size="large" and variant="contained".
  • .MuiButton-containedSizeMedium contained size medium styles applied to the root element if size="medium" and variant="contained".
  • .MuiButton-containedSizeSmall contained size small styles applied to the root element if size="small" and variant="contained".
  • .MuiButton-containedSuccess contained success styles applied to the root element if variant="contained" and color="success".
  • .MuiButton-containedWarning contained warning styles applied to the root element if variant="contained" and color="warning".
  • .MuiButton-disableElevation disable elevation styles applied to the root element if disableElevation={true}.
  • .MuiButton-endIcon end icon styles applied to the endIcon element if supplied.
  • .MuiButton-fullWidth full width styles applied to the root element if fullWidth={true}.
  • .MuiButton-icon icon styles applied to the icon element if supplied.
  • .MuiButton-iconSizeLarge icon size large styles applied to the icon element if supplied and size="large".
  • .MuiButton-iconSizeMedium icon size medium styles applied to the icon element if supplied and size="medium".
  • .MuiButton-iconSizeSmall icon size small styles applied to the icon element if supplied and size="small".
  • .MuiButton-outlined outlined styles applied to the root element if variant="outlined".
  • .MuiButton-outlinedError outlined error styles applied to the root element if variant="outlined" and color="error".
  • .MuiButton-outlinedInfo outlined info styles applied to the root element if variant="outlined" and color="info".
  • .MuiButton-outlinedInherit outlined inherit styles applied to the root element if variant="outlined" and color="inherit".
  • .MuiButton-outlinedPrimary outlined primary styles applied to the root element if variant="outlined" and color="primary".
  • .MuiButton-outlinedSecondary outlined secondary styles applied to the root element if variant="outlined" and color="secondary".
  • .MuiButton-outlinedSizeLarge outlined size large styles applied to the root element if size="large" and variant="outlined".
  • .MuiButton-outlinedSizeMedium outlined size medium styles applied to the root element if size="medium" and variant="outlined".
  • .MuiButton-outlinedSizeSmall outlined size small styles applied to the root element if size="small" and variant="outlined".
  • .MuiButton-outlinedSuccess outlined success styles applied to the root element if variant="outlined" and color="success".
  • .MuiButton-outlinedWarning outlined warning styles applied to the root element if variant="outlined" and color="warning".
  • .MuiButton-root root styles applied to the root element.
  • .MuiButton-sizeLarge size large styles applied to the root element if size="large".
  • .MuiButton-sizeMedium size medium styles applied to the root element if size="medium".
  • .MuiButton-sizeSmall size small styles applied to the root element if size="small".
  • .MuiButton-startIcon start icon styles applied to the startIcon element if supplied.
  • .MuiButton-text text styles applied to the root element if variant="text".
  • .MuiButton-textError text error styles applied to the root element if variant="text" and color="error".
  • .MuiButton-textInfo text info styles applied to the root element if variant="text" and color="info".
  • .MuiButton-textInherit text inherit styles applied to the root element if variant="text" and color="inherit".
  • .MuiButton-textPrimary text primary styles applied to the root element if variant="text" and color="primary".
  • .MuiButton-textSecondary text secondary styles applied to the root element if variant="text" and color="secondary".
  • .MuiButton-textSizeLarge text size large styles applied to the root element if size="large" and variant="text".
  • .MuiButton-textSizeMedium text size medium styles applied to the root element if size="medium" and variant="text".
  • .MuiButton-textSizeSmall text size small styles applied to the root element if size="small" and variant="text".
  • .MuiButton-textSuccess text success styles applied to the root element if variant="text" and color="success".
  • .MuiButton-textWarning text warning styles applied to the root element if variant="text" and color="warning".