Build an UIkit badge.
UIkitBadge(content)
| content | Badge Text. Avoid large text. |
|---|
if(interactive()){ library(shiny) shiny::shinyApp( ui = UIkitPage( title = "My UIkit application", UIkitBadge(content = 100) ), server = function(input, output) {} ) }