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