# paper-dialog-behavior `paper-dialog-behavior` implements behavior related to a Material Design dialog. Use this behavior and include `paper-dialog-common.css` in your element to implement a dialog. `paper-dialog-common.css` provide styles for a header, content area, and an action area for buttons. Use the `

` tag for the header and the `buttons` class for the action area. You can use the `paper-dialog-scrollable` element (in its own repository) if you need a scrolling content area. Use the `dialog-dismiss` and `dialog-confirm` attributes on interactive controls to close the dialog. For example, if `` implements this behavior: ```html

Header

Dialog body
Cancel Accept
```