|
- % Generated by roxygen2: do not edit by hand
- % Please edit documentation in R/layout.R
- \name{bulma_level_item}
- \alias{bulma_level_item}
- \title{Bulma Level Item}
- \usage{
- bulma_level_item(..., class = NULL, style = 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}
- }
- \description{
- Constructs an individual level item.
- }
- \seealso{
- Other Bulma layouts: \code{\link{bulma_level_item_header}},
- \code{\link{bulma_level_items_header}},
- \code{\link{bulma_level}}
- }
- \concept{Bulma layouts}
|