Skip to main content

Bootstrap themed components for use in Plotly Dash

Project description

dash-bootstrap-components logo

Dash Bootstrap Components

Bootstrap components for Plotly Dash
Explore the documentation · Report a bug · Request a feature

GitHub Actions GitHub PyPI Conda (channel only) PyPI - Python Version

dash-bootstrap-components is a library of Bootstrap components for use with Plotly Dash, that makes it easier to build consistently styled Dash apps with complex, responsive layouts.

Table of contents

Installation

PyPI

You can install dash-bootstrap-components with pip:

pip install dash-bootstrap-components

Anaconda

You can also install dash-bootstrap-components with conda through the conda-forge channel:

conda install -c conda-forge dash-bootstrap-components

Quick start

To use dash-bootstrap-components you must do two things:

  • Link a Bootstrap v5 compatible stylesheet
  • Incorporate dash-bootstrap-components into your layout

Linking a stylesheet

dash-bootstrap-components doesn't come with CSS included. This is to give you the freedom to use any Bootstrap v5 stylesheet of your choice. This means however that in order for the components to be styled properly, you must link to a stylesheet yourself.

For convenience, links to BootstrapCDN for each theme are available through the themes module, which can be used as follows:

import dash
import dash_bootstrap_components as dbc

app = dash.Dash(external_stylesheets=[dbc.themes.BOOTSTRAP])

For more information on how to link local or external CSS, check out the Dash documentation.

Build the layout

With CSS linked, you can start building your app's layout with our Bootstrap components. These include layout components for organising the content of your app on the page, as well as UI components like navbars, cards, alerts and many more.

layout

See our documentation for a full list of available components.

Contributing

We welcome contributions to dash-bootstrap-components. If you find a bug or something is unclear please submit a bug report, if you have ideas for new features please feel free to make a feature request.

If you would like to submit a pull request, please read our contributing guide, which contains instructions on how to build and install dash-bootstrap-components locally, how to check your code will pass our linting checks, and how to submit the pull request itself.

Copyright and license

Code and documentation is copyright Faculty Science Ltd. 2018-2025, and released under the Apache 2.0 license

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dash_bootstrap_components-2.0.3.tar.gz (115.5 kB view details)

Uploaded Source

Built Distribution

dash_bootstrap_components-2.0.3-py3-none-any.whl (203.7 kB view details)

Uploaded Python 3

File details

Details for the file dash_bootstrap_components-2.0.3.tar.gz.

File metadata

File hashes

Hashes for dash_bootstrap_components-2.0.3.tar.gz
Algorithm Hash digest
SHA256 5c161b04a6e7ed19a7d54e42f070c29fd6c385d5a7797e7a82999aa2fc15b1de
MD5 c8c36c27595859f218b03b0d878e6870
BLAKE2b-256 498d0f641e7c7878ac65b4bb78a2c7cb707db036f82da13fd61948adec44d5aa

See more details on using hashes here.

File details

Details for the file dash_bootstrap_components-2.0.3-py3-none-any.whl.

File metadata

File hashes

Hashes for dash_bootstrap_components-2.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 82754d3d001ad5482b8a82b496c7bf98a1c68d2669d607a89dda7ec627304af5
MD5 8087e07889866eabcd981840d16cded5
BLAKE2b-256 f7f6b4652aacfbc8d684c9ca8efc5178860a50b54abf82cd1960013c59f8258f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page