jumbotron: Add a Jumbotron to showcase key content

View source: R/jumbotron.R

jumbotronR Documentation

Add a Jumbotron to showcase key content

Description

Add a Jumbotron to showcase key content

Usage

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

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

Value

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

See Also

Jumbotron

Examples

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

jasdumas/shinyLP documentation built on Oct. 29, 2023, 9:15 a.m.