HStack | R Documentation |
A layout component for stacking horizontally with gaps.
HStack(..., sx = list())
... |
A list of components to stack. |
sx |
A list of style attributes to apply to the component. |
Other layout:
Container()
,
Item()
,
Page()
,
QCard()
,
VStack()
component_example(HStack(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.