TabScrollButtonProps
Types
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.
The direction the button should indicate.
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.
The component orientation (layout flow direction).
The extra props for the slot components. You can override the existing props or add new ones.
The components used for each slot inside.
Props applied to the TouchRipple
element.
A ref that points to the TouchRipple
element.