Skip to content

jmsblah/dash-bootstrap-components

 
 

Repository files navigation

dash-bootstrap-components

Plotly Dash is great! However, creating the initial layout can create 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

dash-bootstrap-components is hosted on PyPI, and can be installed by running

pip install 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.

Packages

No packages published

Languages

  • JavaScript 84.1%
  • CSS 9.3%
  • Python 6.6%