SpeedDialAction

SpeedDialAction

The API documentation of the SpeedDialAction React component.

Props

Name Type Default Description
ButtonProps object Properties applied to the Button component.
classes object Useful to extend the style applied to components.
delay number 0 Adds a transition delay, to allow a series of SpeedDialActions to be animated.
iconĀ * node The Icon to display in the SpeedDial Floating Action Button.
tooltipPlacement string 'left' Placement of the tooltip.
tooltipTitle node Label to display in the tooltip.

Any other properties supplied will be spread to the root element (native element).

CSS API

You can override all the class names injected by Material-UI thanks to the classes property. This property accepts the following keys:

Name Description
root Styles applied to the root (Tooltip) component.
button Styles applied to the Button component.
buttonClosed Styles applied to the Button component if open={false}.

Have a look at overriding with classes section and the implementation of the component for more detail.

If using the overrides key of the theme as documented here, you need to use the following style sheet name: MuiSpeedDialAction.

Demos