Source Code
- -- This code is available - in the examples directory of our GitHub repository. -
-
-
- {% block code %}
-
- {% endblock %}
-
-
- diff --git a/docs/templates/example.html b/docs/templates/example.html
index 5996ec03..d26e12ce 100644
--- a/docs/templates/example.html
+++ b/docs/templates/example.html
@@ -1,32 +1,29 @@
-{% from 'macros/example-navbar.html' import example_navbar %}
-{% extends 'base.html' %}
-{% block header %}
- {{ example_navbar() }}
-{% endblock %}
+{% from "macros/example-navbar.html" import example_navbar %}
+{% extends "base.html" %}
+{% block header %}{{ example_navbar() }}{% endblock %}
{% block body %}
-
- This code is available
- in the examples directory of our GitHub repository.
-
+ This code is available
+ in the examples directory of our GitHub
+ repository.
+ Source Code
-
-
-
-
- {% block code %}
-
- {% endblock %}
-
- Source Code
+
+
+ {% block code %}{% endblock %}
- This page contains example apps built with dash-bootstrap-components. Check out our - GitHub page - for more. -
-- Interactively cluster the Iris dataset. Based on - this RShiny example. -
++ This page contains example apps built with dash-bootstrap-components. + Check out our + GitHub page + for more. +
+Tabs
- An example app showing how to ensure dash_core_components.Graph
- components are sized correctly when used with dbc.Tabs
.
-
+ Interactively cluster the Iris dataset. Based on + this RShiny example. +
+Tabs
An example multipage app with sidebar and active navigation links.
+
+ An example app showing how to ensure dash_core_components.Graph
+ components are sized correctly when used with dbc.Tabs
.
+