Material Dialog. It is elm wrapper for Ploymer Paper--Dialog Component Used Elm-css for Styling
actionBar : List (Html.Styled.Html msg) -> Property msg
Elements to be displayed in actionbar
body : List (Html.Styled.Html msg) -> Property msg
List of elements to in bosy section
extraAttributes : List (Html.Styled.Attribute msg) -> Property msg
Additional properties like css
title : String -> Property msg
The title of the dialog
view : List (Property msg) -> Html.Styled.Html msg
renders the dialog
Visibility option
visible : Visibility
Makes dialog visible
hidden : Visibility
Makes dialog hidden
visibility : Visibility -> Property msg
Used to open the dialog
fullScreen : Property msg
Make dialog FullScreen