Learn R Programming

yonder (version 0.0.5)

jumbotron: Jumbotron

Description

Highlight messages.

Usage

jumbotron(title, subtitle, ..., fluid = FALSE)

Arguments

title

A character string specifying the jumbotron's title.

subtitle

A character string specifying the jumbotron's subtitle.

...

Additional tag elements or named arguments passed as HTML attributes to the parent element.

fluid

One of TRUE or FALSE specifying if the jumbotron fills the width of its parent container, defaults to FALSE.

See Also

Other content: alert, badge, blockquote, card, collapsiblePane, d1, dropdown, img, modal, navContent, popover, pre, progressOutlet, toast, tooltip

Examples

Run this code
# NOT RUN {
### Landing page welcome

jumbotron(
  title = "Welcome, welcome!",
  subtitle = "This simple jumbotron-style component",
  tags$p(
    "Here we can talk more about this excellently superb new feature.",
    "The best."
  )
)

# }

Run the code above in your browser using DataLab