shinyReformsPage {shinyreforms} | R Documentation |
Adds a shinyreforms dependency to a tag object.
shinyReformsPage(htmlTag)
htmlTag |
A shiny HTML tag. |
The input htmlTag with the shinyreforms.css dependency added.
if(interactive()){ shinyReformsPage(shiny::fluidPage(...)) }