banner | R Documentation |
This function create a detail component that you can click for further details.
banner(inputId, type, label)
inputId |
The input slot that will be used to access the value. |
type |
Main type of label e.g. alpha or beta. Can be any word. |
label |
test to display. |
a banner html shiny object
if (interactive()) {
ui <- fluidPage(
shinyGovstyle::header(
main_text = "Example",
secondary_text = "User Examples",
logo="shinyGovstyle/images/moj_logo.png"),
shinyGovstyle::banner(
inputId = "banner", type = "Beta", 'This is a new service')
)
server <- function(input, output, session) {}
shinyApp(ui = ui, server = server)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.