% Generated by roxygen2: do not edit by hand % Please edit documentation in R/layout.R \name{bulma_level_item_header} \alias{bulma_level_item_header} \title{Bulma Level Item with Header} \usage{ bulma_level_item_header(item_header, item_body, class = NULL, style = NULL, header_class = NULL, body_class = NULL) } \arguments{ \item{item_body}{The body of the item} \item{class}{Additional classes to be applied to the level item container} \item{style}{Additional CSS style directives to be applied to the level item container} \item{header_class}{Additional classes to be applied to the header (upper) container in addition to \code{"heading"}} \item{body_class}{Additional classes to be applied to the title (lower) container in addition to \code{"title"}} \item{item_name}{The header (or name) of the item} } \description{ Constructs an individual level item with a header (upper) and a title (lower). } \seealso{ Other Bulma layouts: \code{\link{bulma_level_items_header}}, \code{\link{bulma_level_item}}, \code{\link{bulma_level}} } \concept{Bulma layouts}