covid19-dash / covid-dashboard

Help welcomed if you have expertise in public health web technology, data modeling and munging, or visualization.
https://covid19-dash.github.io/
BSD 3-Clause "New" or "Revised" License
134 stars 41 forks source link

Use pure.css to have a reactive layout. #7

Closed GaelVaroquaux closed 4 years ago

GaelVaroquaux commented 4 years ago

pure.css does not use javascript, hence it is well-suited to what we do. We should use its reactive engine to be mobile-friendly.

DrGFreeman commented 4 years ago

Hi @GaelVaroquaux an @emmanuelle, I'm interested to contribute in the development of a reactive layout using Dash Bootstrap Components.

GaelVaroquaux commented 4 years ago

The benefit of using pure is that there is no dependencies, and it's super simple.

I just commit a first version of a responsive design.

GaelVaroquaux commented 4 years ago

This is fixed reasonably well in the current website, using basic pure grid.