StepButtonOwnProps
Inheritors
Properties
A ref for imperative actions. It currently only supports focusVisible()
action.
If true
, the ripples are centered. They won't start at the cursor interaction position.
Override or extend the styles applied to the component.
If true
, the ripple effect is disabled.
If true
, the touch ripple effect is disabled.
If true
, the base button will have a keyboard focus ripple.
This prop can help identify which element has keyboard focus. The class name will be applied when the element gains the focus through keyboard interaction. It's a polyfill for the CSS :focus-visible selector. The rationale for using this feature is explained here. A polyfill can be used to apply a focus-visible
class to other components if needed.
The component used to render a link when the href
prop is provided.
Callback fired when the component is focused with a keyboard. We trigger a onFocus
callback too.
Props applied to the TouchRipple
element.
A ref that points to the TouchRipple
element.