Tag {shinyChakraUI} | R Documentation |
Create a React component. This is similar to
React
.
Tag
An object of class ReactTagBuilder
of length 0.
Tag$Box(
bg = "tomato",
Tag$ButtonGroup(
spacing = "4",
Tag$Button(
"I'm a button"
),
Tag$Button(
"I'm another button"
)
)
)