Skip to content

duythedewey/dash-bootstrap-components

 
 

Repository files navigation

dash-bootstrap-components

Plotly Dash is great! However, creating the initial layout can require a lot of boilerplate. dash-bootstrap-components reduces this boilerplate by providing standard layouts and high-level components.

dash-bootstrap-components provides Bootstrap components. It is built on top of reactstrap.

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

Documentation

Head over to the documentation for tutorials and the API reference.

Layouts and components

dash-bootstrap-components includes several high-level components that can be composed with each other or with components in dash-core-components.

Standard row and column-based layouts

layout


Cards

cards


Tabs

tabs


Forms

forms


Dropdowns


Tooltips

... and many more. For a full list of components, head over to the documentation.

About

Bootstrap components for Plotly Dash

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 89.9%
  • Python 6.4%
  • CSS 3.7%