uncover-co / elm-widgets / W.Tooltip

view : List (Attribute msg) -> { tooltip : List (Html msg), children : List (Html msg) } -> Html msg

Position

bottom : Attribute msg

left : Attribute msg

right : Attribute msg

Styles

fast : Attribute msg

slow : Attribute msg

alwaysVisible : Attribute msg

Html

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

noAttr : Attribute msg


type Attribute msg