Description Usage Arguments Details
Display grid template in a browser for easy debugging
1 | display_grid(grid_template, page_function = shiny::bootstrapPage)
|
grid_template |
generated by grid_template() function |
page_function |
function to use to create a page, for example semanticPage |
Opens a browser and displays grid template with styled border to highlight existing areas.
Warning: CSS can't be displayed in RStudio viewer pane. CSS grid is supported only by modern browsers. You can see list of supported browsers here: https://www.w3schools.com/css/css_grid.asp
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.