Description Usage Arguments Author(s) Examples
Build an UIkit badge.
1 | UIkitBadge(content)
|
content |
Badge Text. Avoid large text. |
David Granjon, dgranjon@ymail.com
1 2 3 4 5 6 7 8 9 10 11 | if(interactive()){
library(shiny)
shiny::shinyApp(
ui = UIkitPage(
title = "My UIkit application",
UIkitBadge(content = 100)
),
server = function(input, output) {}
)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.