powered by
Add a Jumbotron to showcase key content
jumbotron(header, content, button = TRUE, ...)
a HTML object to be included in the ui section of a shiny app
a object of class character, indicating header title
a object of class character, indicating text content
a object of class logical, to include a button or not
optional parameters for including a button label if needed
Jumbotron
jumbotron("Hi Shiny!", "text to show", buttonLabel = "Click Me")
Run the code above in your browser using DataLab