File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,12 @@ import FullscreenDialog from 'material-ui-fullscreen-dialog'
33
33
| Name | Type | Default | Description |
34
34
| --- | --- | --- | --- |
35
35
| actionButton | ` node ` | | A ` FlatButton ` or ` IconButton ` that is used as affirmative action button. |
36
+ | appBarClassName | ` string ` | | Set the CSS classes of the app bar. |
36
37
| appBarStyle | ` object ` | | Overrides the inline-styles of the app bar. |
37
38
| appBarZDepth | ` number ` | 1 | Overrides the z-depth of the app bar, will affect its shadow. This is ignored if immersive is set to ` true ` . |
38
39
| children | ` node ` | | Children elements. |
39
40
| closeIcon | ` node ` | Close icon | Icon element used for the dismissive action. This is hidden if ` onRequestClose ` is not set. |
41
+ | containerClassName | ` string ` | | Set the CSS classes of the dialog's children container. |
40
42
| containerStyle | ` object ` | | Overrides the inline-styles of the dialog's children container. |
41
43
| immersive | ` bool ` | ` false ` | Toggles the immersive mode. If set to ` true ` , the app bar has a semi-transparent gradient and overlays the content. |
42
44
| onRequestClose | ` function ` | | Callback that is invoked when the dismissive action button is touched. |
You can’t perform that action at this time.
0 commit comments