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

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

Html

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

noAttr : Attribute msg


type Attribute msg