panel.theme.bootstrap module#
- class panel.theme.bootstrap.Bootstrap(theme=None, **params)[source]#
Bases:
Design
Parameter Definitions
Parameters inherited from:
panel.theme.base.Design
: theme
- class panel.theme.bootstrap.BootstrapDarkTheme(*, base_css, bokeh_theme, css, name)[source]#
Bases:
DarkTheme
The BootstrapDarkTheme is a Dark Theme in the style of Bootstrap
Parameter Definitions
Parameters inherited from:
panel.theme.base.DarkTheme
: base_css, bokeh_themecss = Filename(check_exists=True, default=PosixPath('/Users/runner/work/panel/panel/panel/theme/css/bootstrap_dark.css'), label='Css', search_paths=[])
A stylesheet that overrides variables specifically for the Theme subclass. In most cases, this is not necessary.
- class panel.theme.bootstrap.BootstrapDefaultTheme(*, base_css, bokeh_theme, css, name)[source]#
Bases:
DefaultTheme
The BootstrapDefaultTheme is a light theme.
Parameter Definitions
Parameters inherited from:
panel.theme.base.Theme
: bokeh_themepanel.theme.base.DefaultTheme
: base_csscss = Filename(check_exists=True, default=PosixPath('/Users/runner/work/panel/panel/panel/theme/css/bootstrap_default.css'), label='Css', search_paths=[])
A stylesheet that overrides variables specifically for the Theme subclass. In most cases, this is not necessary.