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: pages/api/touch-ripple.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
@@ -21,7 +21,7 @@ import TouchRipple from '@material-ui/core/ButtonBase/TouchRipple';
21
21
| <spanclass="prop-name">center</span> | <spanclass="prop-type">bool</span> | <spanclass="prop-default">false</span> | If `true`, the ripple starts at the center of the component rather than at the point of interaction. |
22
22
| <spanclass="prop-name">classes</span> | <spanclass="prop-type">object</span> || Override or extend the styles applied to the component. See [CSS API](#css) below for more details. |
23
23
24
-
The component cannot hold a ref.
24
+
The `ref` is attached to a component class.
25
25
26
26
Any other properties supplied will be spread to the root element (native element).
0 commit comments