Wrapper#
Base class for wrapper components that decorate a single child element with additional visual or behavioral embellishments.
Use pn.ui.Wrapper to create this component.
API#
.. py:class:: Wrapper(object=None, **params) :module: panel_material_ui.wrappers.base
Base class for wrapper components that decorate a single child element with additional visual or behavioral embellishments.
:Attributes:
**object**
..
.. !! processed by numpydoc !!
Parameter Definitions
Parameters inherited from:
:class:`panel.viewable.Layoutable`: align, aspect_ratio, css_classes, design, height, min_width, min_height, max_width, max_height, margin, styles, stylesheets, tags, width, width_policy, height_policy, sizing_mode, visible
:class:`panel.custom.ReactComponent`: use_shadow_dom
:class:`panel_material_ui.base.MaterialComponent`: loading, dark_theme, theme_config, sx
object = Child(allow_None=True, class_=<class 'panel.viewable.Viewable'>, label='Object')
The child component to wrap.