Learn R Programming

argonDash (version 0.2.0)

argonDashHeader: Create a Boostrap 4 dashboard header

Description

Build an argon dashboard header

Usage

argonDashHeader(
  ...,
  gradient = TRUE,
  color = NULL,
  separator = FALSE,
  separator_color = "secondary",
  bottom_padding = 4,
  top_padding = 6,
  background_img = NULL,
  mask = FALSE,
  opacity = 8,
  height = 600
)

Arguments

...

Any element

gradient

Whether to apply a gradient effect. TRUE by default.

separator

Header bottom separator. FALSE by default.

separator_color
bottom_padding

Bottom padding. 4 by default.

top_padding

Bottom padding. 6 by default.

background_img

Background image url or path.

mask

Whether to add an opacity mask on the header. FALSE by default

opacity

Mask opacity. Between 0 and 8. Only if mask is TRUE.

height

Header height. 600px by default. Only if background image.