% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/ui.R
\name{nhm_panel}
\alias{nhm_panel}
\title{Create an NHM-styled panel}
\usage{
nhm_panel(
  ...,
  title = NULL,
  heading_level = 3L,
  bg_image = NULL,
  bg_opacity = 0.3
)
}
\arguments{
\item{...}{UI elements to place inside the panel.}

\item{title}{Optional character. If provided, rendered as a heading
at the top of the panel.}

\item{heading_level}{Integer. HTML heading level for the title
(2 = \code{h2}, 3 = \code{h3}, etc.). Defaults to \code{3}.}

\item{bg_image}{Optional character. URL or path to a background image.
The image is shown with a faded overlay.}

\item{bg_opacity}{Numeric. Opacity of the background image (0 to 1).
Defaults to \code{0.3}.}
}
\value{
A \code{shiny.tag} div element.
}
\description{
A styled container for grouping related content.
}
