% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/slide_panel.R
\name{nhm_slide_panel}
\alias{nhm_slide_panel}
\title{Create an NHM-styled slide-out panel}
\usage{
nhm_slide_panel(
  ...,
  id = "slide_panel",
  tab_label = "More info",
  width = "420px",
  top = "50\%"
)
}
\arguments{
\item{...}{UI elements to place inside the panel.}

\item{id}{Character. A unique identifier for the panel.}

\item{tab_label}{Character. Text shown on the vertical tab button.
Defaults to \code{"More info"}.}

\item{width}{CSS width for the panel. Defaults to \code{"420px"}.}

\item{top}{CSS top position for the tab button. Defaults to
\code{"50\%"}. Use different values for multiple panels.}
}
\value{
A \code{shiny.tag.list} containing the tab button, panel,
and toggle script.
}
\description{
A panel that slides in from the right edge of the screen when a fixed
tab button is clicked, matching the reference NHM dashboard design.
}
