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

view : List (Attribute msg) -> { tooltip : List (Html msg), children : List (Html msg) } -> Html 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