shinyReformsPage {shinyreforms} | R Documentation |
Adds a shinyreforms dependency to a tag object.
Description
Adds a shinyreforms dependency to a tag object.
Usage
shinyReformsPage(htmlTag)
Arguments
htmlTag |
A shiny HTML tag. |
Value
The input htmlTag with the shinyreforms.css dependency added.
Examples
if(interactive()){
shinyReformsPage(shiny::fluidPage(...))
}
[Package shinyreforms version 0.0.1 Index]