dash-admin-components
dash-admin-components copied to clipboard
AdminLTE3 Dash components :zap:
dash-admin-components
Creating a fully resposive, beautiful dashboard with Plotly Dash has never been easier!
dash-admin-components relies on shinydashboard implementation of AdminLTE3 template.
It comes with preloaded Bootstrap 4 stylesheet that is fully compatibile with dash-bootstrap-components.
Installation
PyPI
You can install dash-admin-components with pip
:
pip install dash-admin-components
Motivation
dash-admin-components was created by Quantee, a company providing statistical and data science solutions in the insurance sector. For our clients, it is extremely important to visualize results from statistical models and we have been looking for a powerful dashboard framework similar to shinydashboard. We have created a package on the top of Plotly Dash to simplify the implementation of dashboards and now, we share the results with you as an open-source solution!
Example
You can analyze the example here and code behind the example here.
Documentation
The documentation is available here.
Components
dash-admin-components includes several high-level components and can be composed with other components from dash-core-components and dash-bootstrap-components.
Dynamic Page with Sidebar, Navbar, Controlbar, Body and Footer.
Collapsible and Closeable Boxes
InfoBoxes
ValueBoxes
UserBoxes
TabBoxes
For a full list of components, head over to example code.
Contributing
This project was generated by the dash-component-boilerplate it contains the minimal set of code required to create your own custom Dash component.