Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rosskevin committed May 19, 2017
1 parent 3ed03da commit 7dfb400
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docs/src/pages/component-demos/dialogs/dialogs.md
Expand Up @@ -41,8 +41,11 @@ Touching “Cancel” in a confirmation dialog, or pressing Back, cancels the ac

{{demo='pages/component-demos/dialogs/ConfirmationDialog.js'}}

## Responsive full-screen dialogs

By default, dialogs are responsively full screened *at or below* the `sm` [screen size](/layout/basics). You may alter the breakpoint or force it to be full screen at all times as shown here.
## Full-screen dialogs

{{demo='pages/component-demos/dialogs/FullScreenDialog.js'}}


## Responsive full-screen

You may make a `Dialog` responsively full screen the dialog using `withResponsiveFullScreen`. By default, `withResponsiveFullScreen()(Dialog)` responsively full screens *at or below* the `sm` [screen size](/layout/basics).

0 comments on commit 7dfb400

Please sign in to comment.