Item | R Documentation |
Helper to create grid items. Width is 12 by default.
Item(...)
... |
other props to pass to the react component. |
Other layout:
Container()
,
HStack()
,
Page()
,
QCard()
,
VStack()
Other grid:
Container()
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.