argonDashHeader: Create a Boostrap 4 dashboard header

Description Usage Arguments Author(s)

View source: R/dashboardHeader.R

Description

Build an argon dashboard header

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
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.

color

Header color. See https://demos.creative-tim.com/argon-design-system/docs/foundation/colors.html.

separator

Header bottom separator. FALSE by default.

separator_color

Separator color. "secondary" by default. See https://demos.creative-tim.com/argon-design-system/docs/foundation/colors.html.

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.

Author(s)

David Granjon, dgranjon@ymail.com


argonDash documentation built on Dec. 1, 2019, 1:08 a.m.