R/Page/statisticCard-contentFrame.R

Defines functions ui_statisticCardContentFrame statisticCardContentFrame

statisticCardContentFrame <-function(content){
  tagList(
    tags$div(class = "contentFrame",
      content
      ),
    statisticCardContentFrame_dependency() ) -> tagx
  tagx |> econIDV::showWidget()
  invisible(tagx)
}

ui_statisticCardContentFrame <- function(dependency=NULL){
  tagList(tag_statisticCardContentFrame(), statisticCardContentFrame_dependency(), dependency)
}
ntpuecon/econApp documentation built on June 6, 2022, 9:04 p.m.