uncover-co / elm-widgets-alpha / W.DataRow

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

header : List (Html msg) -> Attribute msg

footer : List (Html msg) -> Attribute msg

left : List (Html msg) -> Attribute msg

right : List (Html msg) -> Attribute msg

Actions

href : String -> Attribute msg

onClick : msg -> Attribute msg

Html

htmlAttrs : List (Html.Attribute msg) -> Attribute msg

Attributes applied to the parent element.

noAttr : Attribute msg


type Attribute msg