uncover-co / elm-widgets / W.Popover

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

Behavior

showOnHover : Attribute msg

persistent : Attribute msg

Position

top : Attribute msg

topRight : Attribute msg

bottomRight : Attribute msg

left : Attribute msg

leftBottom : Attribute msg

right : Attribute msg

rightBottom : Attribute msg

Styles

over : Attribute msg

offset : Basics.Float -> Attribute msg

full : Basics.Bool -> Attribute msg

width : Basics.Int -> Attribute msg

minWidth : Basics.Int -> Attribute msg

Html

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

noAttr : Attribute msg


type Attribute msg

Deprecated

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.