View source: R/golem_utils_ui.R
infoBoxPROMiDAT | R Documentation |
Information box.
infoBoxPROMiDAT(titulo, valor, icono)
titulo |
Title text. |
valor |
The value to display in the box. Usually a number or short text. |
icono |
An icon tag, created by icon. |
An HTML element.
Diego Jimenez <diego.jimenez@promidat.com>
library(shiny)
infoBoxPROMiDAT("Title", "Value", icon("info"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.