{% from "macros/theme-explorer-navbar.html" import theme_explorer_navbar %} {% extends "base.html" %} {% block title %}Theme explorer - dbc docs{% endblock %} {% block header %} {{ theme_explorer_navbar() }} {% endblock %} {% block body %}

Choose a theme below to see the different options for styling your app. Click the book icon next to any of the headings to be taken to the relevant documentation for that component.

This app only shows Bootstrap components. Check out the original Plotly Dash theme explorer app made by @AnnMarieW for a much more comprehensive demo of different styling options.

{% endblock %} {% block scripts %} {% include "partials/scripts.html" %} {% endblock %}