|
- % Generated by roxygen2: do not edit by hand
- % Please edit documentation in R/layout.R
- \name{bulma_level_items_header}
- \alias{bulma_level_items_header}
- \title{Bulma Level Items with Headers}
- \usage{
- bulma_level_items_header(
- ...,
- class = NULL,
- style = NULL,
- header_class = NULL,
- body_class = NULL
- )
- }
- \arguments{
- \item{...}{Elements to be included in the level 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"}}
- }
- \description{
- Takes named arguments and converts them to
- (level items with headers)\link{bulma_level_item_header}.
- }
- \seealso{
- Other Bulma layouts:
- \code{\link{bulma_level_item_header}()},
- \code{\link{bulma_level_item}()},
- \code{\link{bulma_level}()}
- }
- \concept{Bulma layouts}
|