Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for mutiple screen resolutions and breakpoints in grid #318

Open
przytu1 opened this issue Oct 29, 2020 · 0 comments
Open

Support for mutiple screen resolutions and breakpoints in grid #318

przytu1 opened this issue Oct 29, 2020 · 0 comments

Comments

@przytu1
Copy link
Contributor

przytu1 commented Oct 29, 2020

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))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants