alexanderkiel / elm-mdc-alpha / Material.Dialog

Dialogs inform users about a task and can contain critical information, require decisions, or involve multiple tasks.

View

view : List (Property msg) -> List (Html msg) -> Html msg

container : List (Property msg) -> List (Html msg) -> Html msg

scrim : List (Property msg) -> List (Html msg) -> Html msg

surface : List (Property msg) -> List (Html msg) -> Html msg

content : List (Property msg) -> List (Html msg) -> Html msg

actions : List (Html msg) -> Html msg

Properties

title : Property msg

open : Property msg

button : Material.Button.Property msg

scrollable : Property msg

onClose : msg -> Property msg