ui.panel_well

ui.panel_well(*args, **kwargs)

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

Type Description
Tag A UI element.

See Also