Alternative to simple text title
Alias to bs4DashBrand See bs4DashBrand for full details
bs4DashBrand(title, color = NULL, href = NULL, image = NULL, opacity = 0.8)dashboardBrand(title, color = NULL, href = NULL, image = NULL, opacity = 0.8)
A title tag to be inserted in the title slot of bs4DashNavbar.
Brand title.
Brand color. Valid colors are defined as follows:
primary
: bs4Dash:::rd_color_tag("#007bff").
secondary
: bs4Dash:::rd_color_tag("#6c757d").
info
: bs4Dash:::rd_color_tag("#17a2b8").
success
: bs4Dash:::rd_color_tag("#28a745").
warning
: bs4Dash:::rd_color_tag("#ffc107").
danger
: bs4Dash:::rd_color_tag("#dc3545").
gray-dark
: bs4Dash:::rd_color_tag("#343a40").
gray
: bs4Dash:::rd_color_tag("#adb5bd").
white
: bs4Dash:::rd_color_tag("#fff").
indigo
: bs4Dash:::rd_color_tag("#6610f2").
lightblue
: bs4Dash:::rd_color_tag("#3c8dbc").
navy
: bs4Dash:::rd_color_tag("#001f3f").
purple
: bs4Dash:::rd_color_tag("#605ca8").
fuchsia
: bs4Dash:::rd_color_tag("#f012be").
pink
: bs4Dash:::rd_color_tag("#e83e8c").
maroon
: bs4Dash:::rd_color_tag("#d81b60").
orange
: bs4Dash:::rd_color_tag("#ff851b").
lime
: bs4Dash:::rd_color_tag("#01ff70").
teal
: bs4Dash:::rd_color_tag("#39cccc").
olive
: bs4Dash:::rd_color_tag("#3d9970").
External link to point to.
External image location.
Brand opacity: value between 0 and 1.