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