Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

25 lines
673B

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/layout.R
  3. \name{bulma_level_item}
  4. \alias{bulma_level_item}
  5. \title{Bulma Level Item}
  6. \usage{
  7. bulma_level_item(..., class = NULL, style = NULL)
  8. }
  9. \arguments{
  10. \item{...}{Elements to be included in the level item}
  11. \item{class}{Additional classes to be applied to the level item container}
  12. \item{style}{Additional CSS style directives to be applied to the level item container}
  13. }
  14. \description{
  15. Constructs an individual level item.
  16. }
  17. \seealso{
  18. Other Bulma layouts: \code{\link{bulma_level_item_header}},
  19. \code{\link{bulma_level_items_header}},
  20. \code{\link{bulma_level}}
  21. }
  22. \concept{Bulma layouts}