shinyLP (version 1.1.3)

jumbotron: Add a Jumbotron to showcase key content

Description

Add a Jumbotron to showcase key content

Usage

jumbotron(header, content, button = TRUE, ...)

Value

a HTML object to be included in the ui section of a shiny app

Arguments

header

a object of class character, indicating header title

content

a object of class character, indicating text content

button

a object of class logical, to include a button or not

...

optional parameters for including a button label if needed

See Also

Examples

Run this code
 jumbotron("Hi Shiny!", "text to show", buttonLabel = "Click Me")

Run the code above in your browser using DataLab