ui.panel_well
*args, **kwargs) ui.panel_well(
Create a well panel.
Creates a panel with a slightly inset border and gray background. Equivalent to Bootstrap's well
CSS class.
Parameters
*args : TagChild | TagAttrs = ()
-
UI elements to include inside the panel.
****kwargs** : TagAttrValue = {}
-
Attributes to place on the panel tag.
Returns
: Tag
-
A UI element.