% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/ui.R
\name{nhm_header}
\alias{nhm_header}
\title{Create an NHM-styled header bar}
\usage{
nhm_header(
  title = "Dashboard",
  subbrand = "NATURAL HISTORY MUSEUM",
  description = NULL,
  logo_height = "55px",
  right_content = NULL
)
}
\arguments{
\item{title}{Character. The main title displayed in the header.}

\item{subbrand}{Character. Smaller text displayed above the title
(e.g. "NATURAL HISTORY MUSEUM X AWS"). Set to \code{NULL} to hide.}

\item{description}{Character. Small muted text displayed below the title.
Set to \code{NULL} to hide.}

\item{logo_height}{Character. CSS height for the logo image.
Defaults to \code{"55px"}.}

\item{right_content}{Optional. Additional Shiny UI elements to place
on the right side of the header.}
}
\value{
A \code{shiny.tag} div element.
}
\description{
Generates a header containing the NHM logo and configurable title text.
}
