Skip to content

Commit

Permalink
Update docs. Bump pooper bundle size limit
Browse files Browse the repository at this point in the history
  • Loading branch information
rfbotto authored and oliviertassinari committed Dec 12, 2018
1 parent 222eaec commit bc2b63e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/demos/dialogs/dialogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ here is one example of how you can customize the `DialogTitle` to support a clos

## Draggable dialog

You can create a draggable dialog by using [react-draggable](https://github.com/mzabriskie/react-draggable) together with material UI.
You can create a draggable dialog by using [react-draggable](https://github.com/mzabriskie/react-draggable) together with material-ui. To do so, you can pass the the imported `Draggable` component as the `TransitionComponent` of the `Dialog` component. This will make the entire dialog draggable.

{{"demo": "pages/demos/dialogs/DraggableDialog.js"}}

Expand Down

0 comments on commit bc2b63e

Please sign in to comment.