VStack | R Documentation |
A layout component for stacking vertically with gaps.
VStack(..., sx = list())
... |
arguments to pass to the flexBox |
sx |
sx elements to pass to the flexBox as defined in material ui |
Other layout:
Container()
,
HStack()
,
Item()
,
Page()
,
QCard()
component_example(VStack(tags$button("hi", "HI"), tags$button("hi", "hi")))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.