Build an argon dashboard header
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
)
Any element
Whether to apply a gradient effect. TRUE by default.
Header color. See https://demos.creative-tim.com/argon-design-system/docs/foundation/colors.html.
Header bottom separator. FALSE by default.
Separator color. "secondary" by default. See https://demos.creative-tim.com/argon-design-system/docs/foundation/colors.html.
Bottom padding. 4 by default.
Bottom padding. 6 by default.
Background image url or path.
Whether to add an opacity mask on the header. FALSE by default
Mask opacity. Between 0 and 8. Only if mask is TRUE.
Header height. 600px by default. Only if background image.