您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

33 行
1.0KB

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/layout.R
  3. \name{bulma_level_item_header}
  4. \alias{bulma_level_item_header}
  5. \title{Bulma Level Item with Header}
  6. \usage{
  7. bulma_level_item_header(item_header, item_body, class = NULL,
  8. style = NULL, header_class = NULL, body_class = NULL)
  9. }
  10. \arguments{
  11. \item{item_body}{The body of the 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. \item{item_name}{The header (or name) of the item}
  19. }
  20. \description{
  21. Constructs an individual level item with a header (upper) and a title (lower).
  22. }
  23. \seealso{
  24. Other Bulma layouts: \code{\link{bulma_level_items_header}},
  25. \code{\link{bulma_level_item}}, \code{\link{bulma_level}}
  26. }
  27. \concept{Bulma layouts}