inst/examples/Alerts/ui.R

library(shiny)
library(shinyBS)
   fluidPage(
     sidebarLayout(
       sidebarPanel(textInput("num1", NULL, value = 100),
         "divided by", textInput("num2", NULL, value = 20),
         "equals", textOutput("exampleOutput")),
       mainPanel(
         bsAlert("alert")
       )
     )
)
ebailey78/shinyBS documentation built on May 15, 2019, 7:29 p.m.