% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/flipbook.R
\name{nhm_flipbook_page}
\alias{nhm_flipbook_page}
\title{Create a flipbook page container}
\usage{
nhm_flipbook_page(..., title = "")
}
\arguments{
\item{...}{UI elements to display on this page.}

\item{title}{Character. The page title shown in the bottom navigation
label (e.g. "1 / 5 — The Initiative").}
}
\value{
A \code{shiny.tag} div element.
}
\description{
A single page within an \code{nhm_flipbook}. Only the active page is
visible; users navigate between pages with prev/next buttons and dot
indicators.
}
