display_grid: Display grid template in a browser for easy debugging

Description Usage Arguments Details

View source: R/grid.R

Description

Display grid template in a browser for easy debugging

Usage

1
display_grid(grid_template, page_function = shiny::bootstrapPage)

Arguments

grid_template

generated by grid_template() function

page_function

function to use to create a page, for example semanticPage

Details

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


Appsilon/shiny.layouts documentation built on Feb. 17, 2021, 12:01 a.m.