No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

39 líneas
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(
  8. ...,
  9. class = NULL,
  10. style = NULL,
  11. header_class = NULL,
  12. body_class = NULL
  13. )
  14. }
  15. \arguments{
  16. \item{...}{Elements to be included in the level item}
  17. \item{class}{Additional classes to be applied to the level item container}
  18. \item{style}{Additional CSS style directives to be applied to the level item container}
  19. \item{header_class}{Additional classes to be applied to the header (upper)
  20. container in addition to \code{"heading"}}
  21. \item{body_class}{Additional classes to be applied to the title (lower)
  22. container in addition to \code{"title"}}
  23. }
  24. \description{
  25. Takes named arguments and converts them to
  26. (level items with headers)\link{bulma_level_item_header}.
  27. }
  28. \seealso{
  29. Other Bulma layouts:
  30. \code{\link{bulma_level_item_header}()},
  31. \code{\link{bulma_level_item}()},
  32. \code{\link{bulma_level}()}
  33. }
  34. \concept{Bulma layouts}