component FormHelpText { props { id = "" text = "" class = "" } view {

{text}

} }