tablerStatus {tablerDash} | R Documentation |
Create a Boostrap 4 status
Description
Build a tabler status
Usage
tablerStatus(color)
Arguments
color |
Status color. See https://preview.tabler.io/docs/colors.html. |
Author(s)
David Granjon, dgranjon@ymail.com
Examples
if(interactive()){
library(shiny)
library(tablerDash)
shiny::shinyApp(
ui = tablerDashPage(
navbar = NULL,
footer = NULL,
title = "test",
body = tablerDashBody(
tablerStatus(color = "lime")
)
),
server = function(input, output) {}
)
}
[Package tablerDash version 0.1.0 Index]