You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/pages/api/button-group.md
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -47,18 +47,18 @@ Any other props supplied will be provided to the root element (native element).
47
47
| Rule name | Global class | Description |
48
48
|:-----|:-------------|:------------|
49
49
| <spanclass="prop-name">root</span> | <spanclass="prop-name">MuiButtonGroup-root</span> | Styles applied to the root element.
50
-
| <spanclass="prop-name">contained</span> | <spanclass="prop-name">MuiButtonGroup-contained</span> | Styles applied to the root element if variant="contained".
51
-
| <spanclass="prop-name">fullWidth</span> | <spanclass="prop-name">MuiButtonGroup-fullWidth</span> | Styles applied to the root element if fullWidth={true}.
50
+
| <spanclass="prop-name">contained</span> | <spanclass="prop-name">MuiButtonGroup-contained</span> | Styles applied to the root element if `variant="contained"`.
51
+
| <spanclass="prop-name">fullWidth</span> | <spanclass="prop-name">MuiButtonGroup-fullWidth</span> | Styles applied to the root element if `fullWidth={true}`.
52
52
| <spanclass="prop-name">grouped</span> | <spanclass="prop-name">MuiButtonGroup-grouped</span> | Styles applied to the children.
53
-
| <spanclass="prop-name">groupedText</span> | <spanclass="prop-name">MuiButtonGroup-groupedText</span> | Styles applied to the children if variant="text".
54
-
| <spanclass="prop-name">groupedTextPrimary</span> | <spanclass="prop-name">MuiButtonGroup-groupedTextPrimary</span> | Styles applied to the children if variant="outlined" & color="primary".
55
-
| <spanclass="prop-name">groupedTextSecondary</span> | <spanclass="prop-name">MuiButtonGroup-groupedTextSecondary</span> | Styles applied to the children if variant="outlined" & color="secondary".
56
-
| <spanclass="prop-name">groupedOutlined</span> | <spanclass="prop-name">MuiButtonGroup-groupedOutlined</span> | Styles applied to the children if variant="outlined".
57
-
| <spanclass="prop-name">groupedOutlinedPrimary</span> | <spanclass="prop-name">MuiButtonGroup-groupedOutlinedPrimary</span> | Styles applied to the children if variant="outlined" & color="primary".
58
-
| <spanclass="prop-name">groupedOutlinedSecondary</span> | <spanclass="prop-name">MuiButtonGroup-groupedOutlinedSecondary</span> | Styles applied to the children if variant="outlined" & color="secondary".
59
-
| <spanclass="prop-name">groupedContained</span> | <spanclass="prop-name">MuiButtonGroup-groupedContained</span> | Styles applied to the children if variant="contained".
60
-
| <spanclass="prop-name">groupedContainedPrimary</span> | <spanclass="prop-name">MuiButtonGroup-groupedContainedPrimary</span> | Styles applied to the children if variant="contained" & color="primary".
61
-
| <spanclass="prop-name">groupedContainedSecondary</span> | <spanclass="prop-name">MuiButtonGroup-groupedContainedSecondary</span> | Styles applied to the children if variant="contained" & color="secondary".
53
+
| <spanclass="prop-name">groupedText</span> | <spanclass="prop-name">MuiButtonGroup-groupedText</span> | Styles applied to the children if `variant="text"`.
54
+
| <spanclass="prop-name">groupedTextPrimary</span> | <spanclass="prop-name">MuiButtonGroup-groupedTextPrimary</span> | Styles applied to the children if `variant="text"` and `color="primary"`.
55
+
| <spanclass="prop-name">groupedTextSecondary</span> | <spanclass="prop-name">MuiButtonGroup-groupedTextSecondary</span> | Styles applied to the children if `variant="text"` and `color="secondary"`.
56
+
| <spanclass="prop-name">groupedOutlined</span> | <spanclass="prop-name">MuiButtonGroup-groupedOutlined</span> | Styles applied to the children if `variant="outlined"`.
57
+
| <spanclass="prop-name">groupedOutlinedPrimary</span> | <spanclass="prop-name">MuiButtonGroup-groupedOutlinedPrimary</span> | Styles applied to the children if `variant="outlined"` and `color="primary"`.
58
+
| <spanclass="prop-name">groupedOutlinedSecondary</span> | <spanclass="prop-name">MuiButtonGroup-groupedOutlinedSecondary</span> | Styles applied to the children if `variant="outlined"` and `color="secondary"`.
59
+
| <spanclass="prop-name">groupedContained</span> | <spanclass="prop-name">MuiButtonGroup-groupedContained</span> | Styles applied to the children if `variant="contained"`.
60
+
| <spanclass="prop-name">groupedContainedPrimary</span> | <spanclass="prop-name">MuiButtonGroup-groupedContainedPrimary</span> | Styles applied to the children if `variant="contained"` and `color="primary"`.
61
+
| <spanclass="prop-name">groupedContainedSecondary</span> | <spanclass="prop-name">MuiButtonGroup-groupedContainedSecondary</span> | Styles applied to the children if `variant="contained"` and `color="secondary"`.
62
62
| <spanclass="prop-name">disabled</span> | <spanclass="prop-name">Mui-disabled</span> | Pseudo-class applied to child elements if `disabled={true}`.
63
63
64
64
You can override the style of the component thanks to one of these customization points:
Copy file name to clipboardExpand all lines: docs/pages/api/button.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -66,9 +66,9 @@ Any other props supplied will be provided to the root element ([ButtonBase](/api
66
66
| <spanclass="prop-name">textSizeSmall</span> | <spanclass="prop-name">MuiButton-textSizeSmall</span> | Styles applied to the root element if `size="small"` and `variant="text"`.
67
67
| <spanclass="prop-name">textSizeLarge</span> | <spanclass="prop-name">MuiButton-textSizeLarge</span> | Styles applied to the root element if `size="large"` and `variant="text"`.
68
68
| <spanclass="prop-name">outlinedSizeSmall</span> | <spanclass="prop-name">MuiButton-outlinedSizeSmall</span> | Styles applied to the root element if `size="small"` and `variant="outlined"`.
69
-
| <spanclass="prop-name">outlinedSizeLarge</span> | <spanclass="prop-name">MuiButton-outlinedSizeLarge</span> | Styles applied to the root element if `size="large" && variant="outlined"`.
70
-
| <spanclass="prop-name">containedSizeSmall</span> | <spanclass="prop-name">MuiButton-containedSizeSmall</span> | Styles applied to the root element if `size="small" && variant="contained"`.
71
-
| <spanclass="prop-name">containedSizeLarge</span> | <spanclass="prop-name">MuiButton-containedSizeLarge</span> | Styles applied to the root element if `size="large" && && variant="contained"`.
69
+
| <spanclass="prop-name">outlinedSizeLarge</span> | <spanclass="prop-name">MuiButton-outlinedSizeLarge</span> | Styles applied to the root element if `size="large"` and `variant="outlined"`.
70
+
| <spanclass="prop-name">containedSizeSmall</span> | <spanclass="prop-name">MuiButton-containedSizeSmall</span> | Styles applied to the root element if `size="small"` and `variant="contained"`.
71
+
| <spanclass="prop-name">containedSizeLarge</span> | <spanclass="prop-name">MuiButton-containedSizeLarge</span> | Styles applied to the root element if `size="large"` and `variant="contained"`.
72
72
| <spanclass="prop-name">sizeSmall</span> | <spanclass="prop-name">MuiButton-sizeSmall</span> | Styles applied to the root element if `size="small"`.
73
73
| <spanclass="prop-name">sizeLarge</span> | <spanclass="prop-name">MuiButton-sizeLarge</span> | Styles applied to the root element if `size="large"`.
74
74
| <spanclass="prop-name">fullWidth</span> | <spanclass="prop-name">MuiButton-fullWidth</span> | Styles applied to the root element if `fullWidth={true}`.
Copy file name to clipboardExpand all lines: docs/pages/api/drawer.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -55,10 +55,10 @@ Any other props supplied will be provided to the root element (native element).
55
55
| <spanclass="prop-name">paperAnchorRight</span> | <spanclass="prop-name">MuiDrawer-paperAnchorRight</span> | Styles applied to the `Paper` component if `anchor="right"`.
56
56
| <spanclass="prop-name">paperAnchorTop</span> | <spanclass="prop-name">MuiDrawer-paperAnchorTop</span> | Styles applied to the `Paper` component if `anchor="top"`.
57
57
| <spanclass="prop-name">paperAnchorBottom</span> | <spanclass="prop-name">MuiDrawer-paperAnchorBottom</span> | Styles applied to the `Paper` component if `anchor="bottom"`.
58
-
| <spanclass="prop-name">paperAnchorDockedLeft</span> | <spanclass="prop-name">MuiDrawer-paperAnchorDockedLeft</span> | Styles applied to the `Paper` component if `anchor="left"`&`variant` is not "temporary".
59
-
| <spanclass="prop-name">paperAnchorDockedTop</span> | <spanclass="prop-name">MuiDrawer-paperAnchorDockedTop</span> | Styles applied to the `Paper` component if `anchor="top"`&`variant` is not "temporary".
60
-
| <spanclass="prop-name">paperAnchorDockedRight</span> | <spanclass="prop-name">MuiDrawer-paperAnchorDockedRight</span> | Styles applied to the `Paper` component if `anchor="right"`&`variant` is not "temporary".
61
-
| <spanclass="prop-name">paperAnchorDockedBottom</span> | <spanclass="prop-name">MuiDrawer-paperAnchorDockedBottom</span> | Styles applied to the `Paper` component if `anchor="bottom"`&`variant` is not "temporary".
58
+
| <spanclass="prop-name">paperAnchorDockedLeft</span> | <spanclass="prop-name">MuiDrawer-paperAnchorDockedLeft</span> | Styles applied to the `Paper` component if `anchor="left"`and`variant` is not "temporary".
59
+
| <spanclass="prop-name">paperAnchorDockedTop</span> | <spanclass="prop-name">MuiDrawer-paperAnchorDockedTop</span> | Styles applied to the `Paper` component if `anchor="top"`and`variant` is not "temporary".
60
+
| <spanclass="prop-name">paperAnchorDockedRight</span> | <spanclass="prop-name">MuiDrawer-paperAnchorDockedRight</span> | Styles applied to the `Paper` component if `anchor="right"`and`variant` is not "temporary".
61
+
| <spanclass="prop-name">paperAnchorDockedBottom</span> | <spanclass="prop-name">MuiDrawer-paperAnchorDockedBottom</span> | Styles applied to the `Paper` component if `anchor="bottom"`and`variant` is not "temporary".
62
62
| <spanclass="prop-name">modal</span> | <spanclass="prop-name">MuiDrawer-modal</span> | Styles applied to the `Modal` component.
63
63
64
64
You can override the style of the component thanks to one of these customization points:
Copy file name to clipboardExpand all lines: docs/pages/api/linear-progress.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -46,16 +46,16 @@ Any other props supplied will be provided to the root element (native element).
46
46
| Rule name | Global class | Description |
47
47
|:-----|:-------------|:------------|
48
48
| <spanclass="prop-name">root</span> | <spanclass="prop-name">MuiLinearProgress-root</span> | Styles applied to the root element.
49
-
| <spanclass="prop-name">colorPrimary</span> | <spanclass="prop-name">MuiLinearProgress-colorPrimary</span> | Styles applied to the root & bar2 element if `color="primary"`; bar2 if `variant-"buffer"`.
50
-
| <spanclass="prop-name">colorSecondary</span> | <spanclass="prop-name">MuiLinearProgress-colorSecondary</span> | Styles applied to the root & bar2 elements if `color="secondary"`; bar2 if `variant="buffer"`.
49
+
| <spanclass="prop-name">colorPrimary</span> | <spanclass="prop-name">MuiLinearProgress-colorPrimary</span> | Styles applied to the root and bar2 element if `color="primary"`; bar2 if `variant-"buffer"`.
50
+
| <spanclass="prop-name">colorSecondary</span> | <spanclass="prop-name">MuiLinearProgress-colorSecondary</span> | Styles applied to the root and bar2 elements if `color="secondary"`; bar2 if `variant="buffer"`.
51
51
| <spanclass="prop-name">determinate</span> | <spanclass="prop-name">MuiLinearProgress-determinate</span> | Styles applied to the root element if `variant="determinate"`.
52
52
| <spanclass="prop-name">indeterminate</span> | <spanclass="prop-name">MuiLinearProgress-indeterminate</span> | Styles applied to the root element if `variant="indeterminate"`.
53
53
| <spanclass="prop-name">buffer</span> | <spanclass="prop-name">MuiLinearProgress-buffer</span> | Styles applied to the root element if `variant="buffer"`.
54
54
| <spanclass="prop-name">query</span> | <spanclass="prop-name">MuiLinearProgress-query</span> | Styles applied to the root element if `variant="query"`.
55
55
| <spanclass="prop-name">dashed</span> | <spanclass="prop-name">MuiLinearProgress-dashed</span> | Styles applied to the additional bar element if `variant="buffer"`.
56
-
| <spanclass="prop-name">dashedColorPrimary</span> | <spanclass="prop-name">MuiLinearProgress-dashedColorPrimary</span> | Styles applied to the additional bar element if `variant="buffer"`&`color="primary"`.
57
-
| <spanclass="prop-name">dashedColorSecondary</span> | <spanclass="prop-name">MuiLinearProgress-dashedColorSecondary</span> | Styles applied to the additional bar element if `variant="buffer"`&`color="secondary"`.
58
-
| <spanclass="prop-name">bar</span> | <spanclass="prop-name">MuiLinearProgress-bar</span> | Styles applied to the layered bar1 & bar2 elements.
56
+
| <spanclass="prop-name">dashedColorPrimary</span> | <spanclass="prop-name">MuiLinearProgress-dashedColorPrimary</span> | Styles applied to the additional bar element if `variant="buffer"`and`color="primary"`.
57
+
| <spanclass="prop-name">dashedColorSecondary</span> | <spanclass="prop-name">MuiLinearProgress-dashedColorSecondary</span> | Styles applied to the additional bar element if `variant="buffer"`and`color="secondary"`.
58
+
| <spanclass="prop-name">bar</span> | <spanclass="prop-name">MuiLinearProgress-bar</span> | Styles applied to the layered bar1 and bar2 elements.
59
59
| <spanclass="prop-name">barColorPrimary</span> | <spanclass="prop-name">MuiLinearProgress-barColorPrimary</span> | Styles applied to the bar elements if `color="primary"`; bar2 if `variant` not "buffer".
60
60
| <spanclass="prop-name">barColorSecondary</span> | <spanclass="prop-name">MuiLinearProgress-barColorSecondary</span> | Styles applied to the bar elements if `color="secondary"`; bar2 if `variant` not "buffer".
61
61
| <spanclass="prop-name">bar1Indeterminate</span> | <spanclass="prop-name">MuiLinearProgress-bar1Indeterminate</span> | Styles applied to the bar1 element if `variant="indeterminate or query"`.
Copy file name to clipboardExpand all lines: docs/pages/api/speed-dial-icon.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -42,9 +42,9 @@ Any other props supplied will be provided to the root element (native element).
42
42
| <spanclass="prop-name">root</span> | <spanclass="prop-name">MuiSpeedDialIcon-root</span> | Styles applied to the root element.
43
43
| <spanclass="prop-name">icon</span> | <spanclass="prop-name">MuiSpeedDialIcon-icon</span> | Styles applied to the icon component.
44
44
| <spanclass="prop-name">iconOpen</span> | <spanclass="prop-name">MuiSpeedDialIcon-iconOpen</span> | Styles applied to the icon component if `open={true}`.
45
-
| <spanclass="prop-name">iconWithOpenIconOpen</span> | <spanclass="prop-name">MuiSpeedDialIcon-iconWithOpenIconOpen</span> | Styles applied to the icon when and `openIcon` is provided & if `open={true}`.
45
+
| <spanclass="prop-name">iconWithOpenIconOpen</span> | <spanclass="prop-name">MuiSpeedDialIcon-iconWithOpenIconOpen</span> | Styles applied to the icon when and `openIcon` is provided and if `open={true}`.
46
46
| <spanclass="prop-name">openIcon</span> | <spanclass="prop-name">MuiSpeedDialIcon-openIcon</span> | Styles applied to the `openIcon` if provided.
47
-
| <spanclass="prop-name">openIconOpen</span> | <spanclass="prop-name">MuiSpeedDialIcon-openIconOpen</span> | Styles applied to the `openIcon` if provided & if `open={true}`.
47
+
| <spanclass="prop-name">openIconOpen</span> | <spanclass="prop-name">MuiSpeedDialIcon-openIconOpen</span> | Styles applied to the `openIcon` if provided and if `open={true}`.
48
48
49
49
You can override the style of the component thanks to one of these customization points:
Copy file name to clipboardExpand all lines: docs/pages/api/step-label.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ Any other props supplied will be provided to the root element (native element).
53
53
| <spanclass="prop-name">error</span> | <spanclass="prop-name">Mui-error</span> | Pseudo-class applied to the root element and `Typography` component if `error={true}`.
54
54
| <spanclass="prop-name">disabled</span> | <spanclass="prop-name">Mui-disabled</span> | Pseudo-class applied to the root element and `Typography` component if `disabled={true}`.
55
55
| <spanclass="prop-name">iconContainer</span> | <spanclass="prop-name">MuiStepLabel-iconContainer</span> | Styles applied to the `icon` container element.
56
-
| <spanclass="prop-name">alternativeLabel</span> | <spanclass="prop-name">MuiStepLabel-alternativeLabel</span> | Pseudo-class applied to the root & icon container and `Typography` if `alternativeLabel={true}`.
56
+
| <spanclass="prop-name">alternativeLabel</span> | <spanclass="prop-name">MuiStepLabel-alternativeLabel</span> | Pseudo-class applied to the root and icon container and `Typography` if `alternativeLabel={true}`.
57
57
| <spanclass="prop-name">labelContainer</span> | <spanclass="prop-name">MuiStepLabel-labelContainer</span> | Styles applied to the container element which wraps `Typography` and `optional`.
58
58
59
59
You can override the style of the component thanks to one of these customization points:
0 commit comments