V1.1.0-rc1
Pre-release
Pre-release
New Features
- Added 26 new dark mode figure templates for each of the 26 Bootstrap themed figure templates
- Added examples of how to use the Bootstrap Color Modes switch between dark and light modes in a Dash app
- Added support for styling Dash AG Grid with a bootstrap theme in the
dbc.css
file - Added an option to load all figure templates:
from dash_bootstrap_templates import load_figure_template
load_figure_template("all")