UIkitBadge: Create an UIkit badge

Description Usage Arguments Author(s) Examples

View source: R/UIkitBadge.R

Description

Build an UIkit badge.

Usage

1
UIkitBadge(content)

Arguments

content

Badge Text. Avoid large text.

Author(s)

David Granjon, dgranjon@ymail.com

Examples

 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) {}
 )
}

DivadNojnarg/shinyUIkit documentation built on July 24, 2019, 8:17 a.m.