ui.help_text
ui.help_text(*args, **kwargs)
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
Type | Description |
---|---|
Tag | A UI element |