jumbotron: A jumbotron

Description Usage Arguments Author(s) Examples

View source: R/useful-items.R

Description

A jumbotron

Usage

1

Arguments

...

Any UI element or text

title

jumbotron title

Author(s)

David Granjon, dgranjon@ymail.com

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
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) {}
 )
}

MarkEdmondson1234/gentelellaShiny documentation built on Dec. 31, 2019, 1:24 a.m.