Adds a shinyreforms dependency to a tag object.

shinyReformsPage(htmlTag)

Arguments

htmlTag

A shiny HTML tag.

Value

The input htmlTag with the shinyreforms.css dependency added.

Examples

if(interactive()){ shinyReformsPage(shiny::fluidPage(...)) }