UNPKG

@activelylearn/material-ui

Version:

Material-UI's workspace package

27 lines (16 loc) 1.13 kB
--- filename: /packages/material-ui-lab/src/SpeedDialAction/SpeedDialAction.js --- <!--- This documentation is automatically generated, do not try to edit it. --> # SpeedDialAction ## Props | Name | Type | Default | Description | |:-----|:-----|:--------|:------------| | <span class="prop-name">ButtonProps</span> | <span class="prop-type">object | | Properties applied to the `Button` component. | | <span class="prop-name">classes</span> | <span class="prop-type">object | | Useful to extend the style applied to components. | | <span class="prop-name">delay</span> | <span class="prop-type">number | <span class="prop-default">0</span> | Adds a transition delay, to allow a series of SpeedDialActions to be animated. | | <span class="prop-name required">icon *</span> | <span class="prop-type">node | | The Icon to display in the SpeedDial Floating Action Button. | | <span class="prop-name">tooltipTitle</span> | <span class="prop-type">node | | Label to display in the tooltip. | Any other properties supplied will be spread to the root element (native element). ## Demos - [Speed Dial](/lab/speed-dial)