| Grid | R Documentation |
Visit the documentation at https://mui.com/api/Grid/ for more information.
Grid(...)
... |
args to pass to element |
library(shiny.mui)
library(shiny)
component_example(tagList(
Grid(container = T, spacing = 2,
Grid(item = T, xs = 8, sx = list(backgroundColor = "red"), p("Hello")),
Grid(item = T, xs = 4, sx = list(backgroundColor = "blue"), p("Go"))
)
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.