Skip to content

Commit 5b247d2

Browse files
committed
Update the readme.
1 parent b5eb21c commit 5b247d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,12 @@ import FullscreenDialog from 'material-ui-fullscreen-dialog'
3333
| Name | Type | Default | Description |
3434
| --- | --- | --- | --- |
3535
| actionButton | `node` | | A `FlatButton` or `IconButton` that is used as affirmative action button. |
36+
| appBarClassName | `string` | | Set the CSS classes of the app bar. |
3637
| appBarStyle | `object` | | Overrides the inline-styles of the app bar. |
3738
| appBarZDepth | `number` | 1 | Overrides the z-depth of the app bar, will affect its shadow. This is ignored if immersive is set to `true`. |
3839
| children | `node` | | Children elements. |
3940
| 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. |
4042
| containerStyle | `object` | | Overrides the inline-styles of the dialog's children container. |
4143
| immersive | `bool` | `false` | Toggles the immersive mode. If set to `true`, the app bar has a semi-transparent gradient and overlays the content. |
4244
| onRequestClose | `function` | | Callback that is invoked when the dismissive action button is touched. |

0 commit comments

Comments
 (0)