% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/ui.R
\name{nhm_page}
\alias{nhm_page}
\title{Create a full NHM-themed page}
\usage{
nhm_page(
  ...,
  title = "Dashboard",
  subbrand = "NATURAL HISTORY MUSEUM",
  description = NULL,
  window_title = title,
  footer = TRUE,
  right_header = NULL,
  logo_height = "55px",
  palette = "default"
)
}
\arguments{
\item{...}{UI elements to place in the page body.}

\item{title}{Character. The main title for the header.}

\item{subbrand}{Character. Smaller text above the title.}

\item{description}{Character. Small muted text below the title.}

\item{window_title}{Character. The browser tab title. Defaults to
the value of \code{title}.}

\item{footer}{Logical or character. If \code{TRUE}, shows the default
NHM copyright footer. If a character string, uses that as the footer
text. If \code{FALSE} or \code{NULL}, no footer is shown.}

\item{right_header}{Optional. Additional UI to place on the right of
the header bar.}

\item{logo_height}{Character. CSS height for the logo.}
}
\value{
A Shiny UI definition.
}
\description{
Wraps content in a page that includes the NHM theme, a header with
configurable title, and an optional footer.
}
