Provide control structues and a method for adding onHover help text
{ toggle : Basics.Bool -> msg
, state : Basics.Bool
}
Toggle is sent each time hovering starts or ends, with the current open/closed state
withHelp : List String -> Maybe (HelpControl msg) -> Element msg -> Element msg
Add an info icon to the right of the element passed in