All Projects → dawidkopczyk → dash-admin-components

dawidkopczyk / dash-admin-components

Licence: other
AdminLTE3 Dash components ⚡

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to dash-admin-components

Interactive-Dashboards-and-Data-Apps-with-Plotly-and-Dash
Interactive Dashboards and Data Apps with Plotly and Dash, published by Packt
Stars: ✭ 181 (+178.46%)
Mutual labels:  plotly-dash
dash-daq
Control components for Dash
Stars: ✭ 132 (+103.08%)
Mutual labels:  plotly-dash
fastapi-plotly-dash
Sample application running a Dash app in a FastAPI server
Stars: ✭ 72 (+10.77%)
Mutual labels:  plotly-dash
2019-nCoV-dash
新型冠状病毒(2019-nCoV)肺炎(COVID-19)疫情展示
Stars: ✭ 13 (-80%)
Mutual labels:  plotly-dash
market-monitor
Interactive app to monitor market using Python
Stars: ✭ 20 (-69.23%)
Mutual labels:  plotly-dash
feffery-antd-components
Dash + Antd = 😍
Stars: ✭ 97 (+49.23%)
Mutual labels:  plotly-dash
Dash Core Components
A dash component starter pack 🌠
Stars: ✭ 236 (+263.08%)
Mutual labels:  plotly-dash
dash-flexbox-grid
Wrapper around react-flexbox-grid for Plotly Dash
Stars: ✭ 19 (-70.77%)
Mutual labels:  plotly-dash
ai-lab
Artificial Intelligence & Machine Learning Experiments by DevScope
Stars: ✭ 19 (-70.77%)
Mutual labels:  plotly-dash
dash-bootstrap-templates
A collection of 26 Plotly figure templates with a Bootstrap theme. Two theme switch components. Stylesheet to apply Bootstrap themes to Plotly Dash components.
Stars: ✭ 28 (-56.92%)
Mutual labels:  plotly-dash
gaitutils
Extract and visualize gait data
Stars: ✭ 28 (-56.92%)
Mutual labels:  plotly-dash
dash-mantine-components
Plotly Dash components based on Mantine React Components
Stars: ✭ 263 (+304.62%)
Mutual labels:  plotly-dash
dash-redis-celery-periodic-updates
Demo apps now maintained in https://github.com/plotly/dash-enterprise-docs
Stars: ✭ 47 (-27.69%)
Mutual labels:  plotly-dash
covid-19
Coronavirus COVID-19 Dashboard - Global Kaggle Data
Stars: ✭ 31 (-52.31%)
Mutual labels:  plotly-dash
dash-admin
CLI tool for initiating dash boilerplate
Stars: ✭ 22 (-66.15%)
Mutual labels:  plotly-dash
Dash.jl
Dash for Julia - A Julia interface to the Dash ecosystem for creating analytic web applications in Julia. No JavaScript required.
Stars: ✭ 248 (+281.54%)
Mutual labels:  plotly-dash
dash-lollapalooza-brasil-2018
🎟Using Plotly to visualize data from Lollapalooza
Stars: ✭ 23 (-64.62%)
Mutual labels:  plotly-dash
dash leaflet
Leaflet component for dash. Illustration of error encountered during python build.
Stars: ✭ 21 (-67.69%)
Mutual labels:  plotly-dash
rasterly
Rapidly generate raster images from large datasets in R with Plotly.js
Stars: ✭ 42 (-35.38%)
Mutual labels:  plotly-dash
trending-twitter
Simple dashboard for getting currently trending hashtags and topics on Twitter
Stars: ✭ 23 (-64.62%)
Mutual labels:  plotly-dash

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.

page


Collapsible and Closeable Boxes

box


InfoBoxes

infobox


ValueBoxes

valuebox


UserBoxes

userbox


TabBoxes

tabbox

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].