An overview of some of the Dash Packages available
Dash contains several packages with each package handling a different aspect.
There are also some third party packages.
Some of the main packages:
-
Dash: dash
the main package providing the backbone of any app through the dash.Dash
object.
-
Dash Core Components: dash_core_components
package provides a set of interactive components such as dropdowns, sliders, radio buttons etc that can be manipulated by users of the app.
-
Dash HTML Components : dash_html_components
provides all the available HTML tags as Python classes. It converts Python to HTML.
Third party packages:
- Dash Bootstrap Components is a third party app that add Bootstrap functionality to Dash.
Dash contains several packages with each package handling a different aspect. There are also some third party packages.
Some of the main packages:
-
Dash:
dash
the main package providing the backbone of any app through thedash.Dash
object. -
Dash Core Components:
dash_core_components
package provides a set of interactive components such as dropdowns, sliders, radio buttons etc that can be manipulated by users of the app. -
Dash HTML Components :
dash_html_components
provides all the available HTML tags as Python classes. It converts Python to HTML.
Third party packages:
- Dash Bootstrap Components is a third party app that add Bootstrap functionality to Dash.