component Tooltip { props { class = "" text = "Helpful information" position = "top" } view { {text} } }