Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

32 lines
1.0KB

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/layout.R
  3. \name{bulma_level_items_header}
  4. \alias{bulma_level_items_header}
  5. \title{Bulma Level Items with Headers}
  6. \usage{
  7. bulma_level_items_header(..., class = NULL, style = NULL,
  8. header_class = NULL, body_class = NULL)
  9. }
  10. \arguments{
  11. \item{...}{Elements to be included in the level item}
  12. \item{class}{Additional classes to be applied to the level item container}
  13. \item{style}{Additional CSS style directives to be applied to the level item container}
  14. \item{header_class}{Additional classes to be applied to the header (upper)
  15. container in addition to \code{"heading"}}
  16. \item{body_class}{Additional classes to be applied to the title (lower)
  17. container in addition to \code{"title"}}
  18. }
  19. \description{
  20. Takes named arguments and converts them to
  21. (level items with headers)\link{bulma_level_item_header}.
  22. }
  23. \seealso{
  24. Other Bulma layouts: \code{\link{bulma_level_item_header}},
  25. \code{\link{bulma_level_item}}, \code{\link{bulma_level}}
  26. }
  27. \concept{Bulma layouts}