express.ui.help_text
*args, **kwargs) express.ui.help_text(
Create a help text element
Help text is stylized text which can be added to the user interface to provide additional explanation or context. Text passed to help_text receives the Bootstrap help-block
class.
Parameters
*args : TagChild | TagAttrs = ()
-
UI elements to include inside the help text.
****kwargs** : TagAttrValue = {}
-
Attributes to add to the text container.
Returns
: Tag
-
A UI element