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/lab/api/speed-dial.md
+5
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ title: SpeedDial API
15
15
16
16
| Name | Type | Default | Description |
17
17
|:-----|:-----|:--------|:------------|
18
+
| <spanclass="prop-name">actionsPlacement</span> | <spanclass="prop-type">enum: 'top' |<br> 'bottom' |<br> 'left' |<br> 'right'<br> | <spanclass="prop-default">'top'</span> | The placement of floating actions buttons in relation to speed dial. |
18
19
| <spanclass="prop-name required">ariaLabel *</span> | <spanclass="prop-type">string || The aria-label of the `Button` element. Also used to provide the `id` for the `SpeedDial` element and its children. |
19
20
| <spanclass="prop-name">ButtonProps</span> | <spanclass="prop-type">object || Properties applied to the [`Button`](/api/button) element. |
20
21
| <spanclass="prop-name required">children *</span> | <spanclass="prop-type">node || SpeedDialActions to display when the SpeedDial is `open`. |
@@ -39,6 +40,10 @@ This property accepts the following keys:
39
40
| Name | Description |
40
41
|:-----|:------------|
41
42
| <spanclass="prop-name">root</span> | Styles applied to the root element.
43
+
| <spanclass="prop-name">actionsTop</span> | Styles when actions are placed to the top
44
+
| <spanclass="prop-name">actionsBottom</span> | Styles when actions are placed to the bottom
45
+
| <spanclass="prop-name">actionsLeft</span> | Styles when actions are placed to the left
46
+
| <spanclass="prop-name">actionsRight</span> | Styles when actions are placed to the right
42
47
| <spanclass="prop-name">actions</span> | Styles applied to the actions (`children` wrapper) element.
43
48
| <spanclass="prop-name">actionsClosed</span> | Styles applied to the actions (`children` wrapper) element if `open={false}`.
0 commit comments