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)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.