viewNext : List (Attribute msg) -> { content : List (Html msg), trigger : List (Html msg) } -> Html msg
viewControlled : List (Attribute msg) -> { isOpen : Basics.Bool, content : List (Html msg), trigger : List (Html msg) } -> Html msg
showOnHover : Attribute msg
persistent : Attribute msg
top : Attribute msg
topRight : Attribute msg
bottomRight : Attribute msg
left : Attribute msg
leftBottom : Attribute msg
right : Attribute msg
rightBottom : Attribute msg
over : Attribute msg
offset : Basics.Float -> Attribute msg
full : Basics.Bool -> Attribute msg
width : Basics.Int -> Attribute msg
minWidth : Basics.Int -> Attribute msg
htmlAttrs : List (Html.Attribute msg) -> Attribute msg
noAttr : Attribute msg
view : List (Attribute msg) -> { content : List (Html msg), children : List (Html msg) } -> Html msg
@deprecated
The naming used here can be quite confusing so we renamed them under viewNext
, it is supposed to become the default naming on the next major release.