shiny.semantic icon indicating copy to clipboard operation
shiny.semantic copied to clipboard

Support for mutiple screen resolutions and breakpoints in grid

Open przytu1 opened this issue 3 years ago • 0 comments

Rough idea: treat grid_template as definition for one grid e.g. my_mobile_grid <- grid_template(x,y,z, breakpoint = 700px) my_desktop_grid <- grid_template(..., width/height = xyz)

and then render multiple templates in grid(list(my_mobile_grid, my_desktop_grid))

przytu1 avatar Oct 29 '20 11:10 przytu1