dash-bootstrap-components 2.0.4


pip install dash-bootstrap-components

  Latest version

Released: Aug 20, 2025


Meta
Author: Faculty Science Ltd, Pascal Bugnion
Maintainer: Tom Begley
Requires Python: >=3.9

Classifiers

Framework
  • Dash

License
  • OSI Approved :: Apache Software License

Programming Language
  • Python :: 3.9
  • Python :: 3.10
  • Python :: 3.11
  • Python :: 3.12
  • Python :: 3.13

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.

Acknowledgements

The dash-bootstrap-components maintainers would like to thank Faculty for their early support in helping this project get off the ground. Since 2025, it has been maintained by the Dash community.

Copyright and license

Copyright © 2018–2025 Faculty Science Ltd. Copyright © 2025 the dash-bootstrap-components maintainers

Released under the Apache 2.0 license.

2.0.5a2 Aug 20, 2025
2.0.5a1 Aug 20, 2025
2.0.4 Aug 20, 2025
2.0.4rc1 Aug 15, 2025
2.0.3 May 22, 2025
2.0.3rc2 May 22, 2025
2.0.3rc1 May 07, 2025
2.0.2 Apr 21, 2025
2.0.2rc1 Apr 15, 2025
2.0.1 Apr 11, 2025
2.0.1rc1 Apr 11, 2025
2.0.0 Mar 17, 2025
2.0.0rc1 Mar 11, 2025
2.0.0b2 Feb 24, 2025
2.0.0b1 Feb 24, 2025
1.7.2.dev0 Jan 22, 2025
1.7.1 Jan 16, 2025
1.7.1rc1 Jan 16, 2025
1.7.1a1 Jan 22, 2025
1.7.0 Jan 15, 2025
1.7.0rc3 Jan 15, 2025
1.6.1rc2 May 14, 2024
1.6.1rc1 May 06, 2024
1.6.0 Apr 14, 2024
1.6.0rc1 Apr 14, 2024
1.6.0b1 Feb 07, 2024
1.5.0 Sep 07, 2023
1.5.0rc4 Sep 05, 2023
1.5.0rc3 Sep 04, 2023
1.5.0rc2 Sep 04, 2023
1.5.0rc1 Aug 29, 2023
1.4.2 Jul 15, 2023
1.4.2rc1 Jul 09, 2023
1.4.1 Mar 17, 2023
1.4.1rc2 Mar 17, 2023
1.4.1rc1 Feb 28, 2023
1.4.0 Feb 27, 2023
1.4.0rc1 Feb 22, 2023
1.3.2rc1 Feb 17, 2023
1.3.1 Jan 29, 2023
1.3.1rc1 Jan 05, 2023
1.3.0 Dec 28, 2022
1.3.0rc1 Dec 28, 2022
1.2.1 Jul 31, 2022
1.2.1rc1 Jul 31, 2022
1.2.0 Jun 29, 2022
1.2.0rc3 Jun 29, 2022
1.2.0rc2 Jun 18, 2022
1.2.0rc1 May 23, 2022
1.1.1rc1 May 19, 2022
1.1.0 Apr 03, 2022
1.1.0rc1 Apr 03, 2022
1.1.0b1 Mar 27, 2022
1.0.3 Feb 05, 2022
1.0.3rc3 Feb 05, 2022
1.0.3rc2 Feb 05, 2022
1.0.3rc1 Feb 04, 2022
1.0.2 Dec 12, 2021
1.0.2rc1 Dec 12, 2021
1.0.1 Nov 28, 2021
1.0.1rc4 Nov 27, 2021
1.0.1rc3 Nov 17, 2021
1.0.1rc2 Nov 17, 2021
1.0.1rc1 Oct 21, 2021
1.0.0 Oct 19, 2021
1.0.0rc1 Oct 09, 2021
1.0.0b3 Sep 22, 2021
1.0.0b2 Sep 17, 2021
1.0.0b1 Sep 11, 2021
0.13.1 Sep 22, 2021
0.13.1rc1 Sep 22, 2021
0.13.0 Jul 31, 2021
0.13.0rc1 Jul 31, 2021
0.12.3a1 May 07, 2021
0.12.2 May 04, 2021
0.12.2rc1 May 04, 2021
0.12.1 May 04, 2021
0.12.1rc1 May 04, 2021
0.12.1a4 May 01, 2021
0.12.1a3 May 01, 2021
0.12.1a2 Apr 26, 2021
0.12.1a1 Apr 13, 2021
0.12.0 Mar 21, 2021
0.12.0rc3 Mar 21, 2021
0.11.4rc3 Mar 11, 2021
0.11.4rc2 Mar 07, 2021
0.11.4rc1 Feb 28, 2021
0.11.3 Feb 13, 2021
0.11.2 Feb 05, 2021
0.11.2rc1 Feb 05, 2021
0.11.1 Dec 20, 2020
0.11.1rc1 Dec 18, 2020
0.11.0 Dec 13, 2020
0.11.0rc1 Dec 13, 2020
0.10.8rc2 Nov 25, 2020
0.10.8rc1 Nov 08, 2020
0.10.7 Oct 04, 2020
0.10.7rc1 Oct 04, 2020
0.10.6 Sep 10, 2020
0.10.6rc2 Sep 09, 2020
0.10.6rc1 Sep 01, 2020
0.10.5 Aug 20, 2020
0.10.5rc1 Aug 20, 2020
0.10.4 Aug 19, 2020
0.10.4rc1 Aug 19, 2020
0.10.3 Jun 26, 2020
0.10.3rc1 Jun 26, 2020
0.10.2 Jun 07, 2020
0.10.2rc1 Jun 07, 2020
0.10.1 May 30, 2020
0.10.1rc1 May 30, 2020
0.10.1a0 May 11, 2020
0.10.0 May 09, 2020
0.10.0rc1 May 09, 2020
0.9.2 Apr 05, 2020
0.9.2rc1 Apr 05, 2020
0.9.1 Mar 12, 2020
0.9.1rc1 Mar 12, 2020
0.9.0 Mar 11, 2020
0.8.4rc2 Mar 11, 2020
0.8.4rc1 Feb 27, 2020
0.8.3 Feb 08, 2020
0.8.3rc1 Feb 07, 2020
0.8.2 Jan 28, 2020
0.8.2rc1 Jan 25, 2020
0.8.1 Jan 08, 2020
0.8.1rc2 Jan 08, 2020
0.8.1rc1 Dec 24, 2019
0.8.0 Dec 24, 2019
0.8.0rc1 Dec 24, 2019
0.7.3rc1 Dec 01, 2019
0.7.2 Oct 25, 2019
0.7.2rc4 Oct 24, 2019
0.7.2rc3 Oct 23, 2019
0.7.2rc2 Oct 20, 2019
0.7.2rc1 Oct 20, 2019
0.7.1 Sep 07, 2019
0.7.1rc4 Sep 07, 2019
0.7.1rc3 Sep 06, 2019
0.7.1rc1 Sep 04, 2019
0.7.0 Jul 25, 2019
0.7.0rc3 Jul 25, 2019
0.7.0rc2 Jul 19, 2019
0.7.0rc1 Jul 13, 2019
0.6.3 Jun 27, 2019
0.6.3rc2 Jun 27, 2019
0.6.3rc1 Jun 11, 2019
0.6.2 Jun 05, 2019
0.6.2rc1 Jun 01, 2019
0.6.1 May 19, 2019
0.6.1rc1 May 11, 2019
0.6.0 May 10, 2019
0.6.0rc1 May 10, 2019
0.5.0 Apr 19, 2019
0.5.0rc2 Apr 19, 2019
0.5.0rc1 Apr 11, 2019
0.4.1rc1 Apr 16, 2019
0.4.1a1 Apr 13, 2019
0.4.0 Apr 07, 2019
0.4.0rc1 Apr 07, 2019
0.3.7rc1 Mar 30, 2019
0.3.6 Mar 29, 2019
0.3.6rc4 Mar 29, 2019
0.3.6rc3 Mar 29, 2019
0.3.6rc2 Mar 26, 2019
0.3.6rc1 Mar 14, 2019
0.3.5 Mar 11, 2019
0.3.5rc1 Mar 11, 2019
0.3.4 Feb 20, 2019
0.3.4rc1 Feb 20, 2019
0.3.4a1 Feb 16, 2019
0.3.3 Feb 04, 2019
0.3.3rc1 Feb 04, 2019
0.3.2 Jan 30, 2019
0.3.2rc2 Jan 30, 2019
0.3.2rc1 Jan 30, 2019
0.3.1 Jan 18, 2019
0.3.1rc1 Jan 15, 2019
0.3.0 Jan 08, 2019
0.2.9rc1 Jan 06, 2019
0.2.8 Jan 06, 2019
0.2.8rc1 Jan 06, 2019
0.2.7 Jan 04, 2019
0.2.7rc4 Jan 04, 2019
0.2.7rc3 Dec 30, 2018
0.2.7rc2 Dec 28, 2018
0.2.7rc1 Dec 27, 2018
0.2.6 Dec 24, 2018
0.2.6rc5 Dec 24, 2018
0.2.6rc4 Dec 24, 2018
0.2.6rc3 Dec 24, 2018
0.2.6rc1 Dec 24, 2018
0.2.6a3 Dec 20, 2018
0.2.6a2 Dec 20, 2018
0.2.6a1 Dec 17, 2018
0.2.5 Dec 14, 2018
0.2.5rc1 Dec 14, 2018
0.2.4 Dec 12, 2018
0.2.4rc1 Dec 12, 2018
0.2.4a1 Dec 09, 2018
0.2.3 Dec 04, 2018
0.2.3rc1 Dec 04, 2018
0.2.3a3 Dec 09, 2018
0.2.3a2 Dec 09, 2018
0.2.3a1 Dec 09, 2018
0.2.2 Nov 26, 2018
0.2.2rc1 Nov 26, 2018
0.2.1 Nov 24, 2018
0.2.1rc2 Nov 24, 2018
0.2.1rc1 Nov 24, 2018
0.2.0 Nov 21, 2018
0.2.0rc1 Nov 21, 2018
0.1.2 Nov 09, 2018
0.1.1rc2 Nov 09, 2018
0.1.1rc1 Nov 08, 2018
0.1.0 Nov 06, 2018
0.1.0rc1 Nov 04, 2018
0.0.11 Oct 29, 2018
0.0.11rc2 Oct 29, 2018
0.0.11rc1 Oct 23, 2018
0.0.10 Oct 19, 2018
0.0.10rc1 Oct 17, 2018
0.0.9 Oct 16, 2018
0.0.9rc1 Oct 16, 2018
0.0.8 Oct 16, 2018
0.0.8rc1 Oct 16, 2018
0.0.7 Oct 14, 2018
0.0.7rc1 Oct 14, 2018
0.0.6 Sep 28, 2018
0.0.6rc1 Sep 28, 2018
0.0.5 Sep 24, 2018
0.0.5rc2 Sep 24, 2018
0.0.5rc1 Sep 24, 2018
0.0.4 Sep 23, 2018
0.0.4rc1 Sep 23, 2018
0.0.3 Sep 22, 2018
0.0.3rc1 Sep 22, 2018
0.0.2 Sep 21, 2018
0.0.2rc1 Sep 21, 2018
0.0.1 Sep 21, 2018
0.0.1rc2 Sep 21, 2018
0.0.1rc1 Sep 21, 2018
Extras:
Dependencies:
dash (>=3.0.4)