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-docs/fab.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ The `MuiFab` name can be used for providing [default props](/customization/globa
37
37
| <spanclass="prop-name">disableRipple</span> | <spanclass="prop-type">bool</span> || If `true`, the ripple effect will be disabled. |
38
38
| <spanclass="prop-name">href</span> | <spanclass="prop-type">string</span> || The URL to link to when the button is clicked. If defined, an `a` element will be used as the root node. |
39
39
| <spanclass="prop-name">size</span> | <spanclass="prop-type">'large'<br>| 'medium'<br>| 'small'</span> | <spanclass="prop-default">'large'</span> | The size of the button. `small` is equivalent to the dense button styling. |
40
-
| <spanclass="prop-name">variant</span> | <spanclass="prop-type">'extended'<br>| 'round'</span> | <spanclass="prop-default">'round'</span> | The variant to use. |
40
+
| <spanclass="prop-name">variant</span> | <spanclass="prop-type">'extended'<br>| 'circular'<br>| 'round'</span> | <spanclass="prop-default">'circular'</span> | The variant to use. 'round' is deprecated, use 'circular' instead. |
0 commit comments