Learn R Programming

gentelellaShiny (version 0.1.0)

jumbotron: A jumbotron

Description

A jumbotron

Usage

jumbotron(..., title = NULL)

Arguments

...

Any UI element or text

title

jumbotron title

Examples

Run this code
# NOT RUN {
if (interactive()) {
 library(shiny)
 library(gentelellaShiny)
 shinyApp(
  ui = gentelellaPageCustom(
   gentelellaBody(
    jumbotron(
     title = "Hello, world!",
     "This is a simple hero unit, a simple jumbotron-style
     component for calling extra attention to featured
     content or information."
    )
   )
  ),
  server <- function(input, output) {}
 )
}

# }

Run the code above in your browser using DataLab