Container | R Documentation |
Container Helper to create grid containers
Container(...)
... |
other props to pass to the react component. |
Other layout:
HStack()
,
Item()
,
Page()
,
QCard()
,
VStack()
Other grid:
Item()
library(shiny.quartz)
library(shiny.mui)
component_example(
Container(Item(xs = 6, "hello"), Item(xs = 6, "world"))
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.