panel.ui.theme module#

The Material UI design and the themes it renders.

class panel.ui.theme.MaterialDesign(theme=None, **params)[source]#

Bases: Material

Parameter Definitions


Parameters inherited from:

class panel.ui.theme.MaterialUIDesign(theme=None, **params)[source]#

Bases: MaterialDesign

Panel’s Material UI design defaults.

Parameter Definitions


Parameters inherited from:

class panel.ui.theme.MuiDarkTheme(*, base_css, bokeh_theme, css, name)[source]#

Bases: MaterialDarkTheme

Parameter Definitions


Parameters inherited from:

bokeh_theme = ClassSelector(class_=(<class 'bokeh.themes.theme.Theme'>, <class 'str'>), default=<bokeh.themes.theme.Theme object at 0x112474110>, label='Bokeh theme')

A Bokeh Theme class that declares properties to apply to Bokeh models. This is necessary to ensure that plots and other canvas based components are styled appropriately.

class panel.ui.theme.MuiDefaultTheme(*, base_css, bokeh_theme, css, name)[source]#

Bases: MaterialDefaultTheme

Parameter Definitions


Parameters inherited from:

bokeh_theme = ClassSelector(class_=(<class 'bokeh.themes.theme.Theme'>, <class 'str'>), default=<bokeh.themes.theme.Theme object at 0x1127d9190>, label='Bokeh theme')

A Bokeh Theme class that declares properties to apply to Bokeh models. This is necessary to ensure that plots and other canvas based components are styled appropriately.