Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

41 line
1.1KB

  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(
  8. item_header,
  9. item_body,
  10. class = NULL,
  11. style = NULL,
  12. header_class = NULL,
  13. body_class = NULL
  14. )
  15. }
  16. \arguments{
  17. \item{item_body}{The body of the item}
  18. \item{class}{Additional classes to be applied to the level item container}
  19. \item{style}{Additional CSS style directives to be applied to the level item container}
  20. \item{header_class}{Additional classes to be applied to the header (upper)
  21. container in addition to \code{"heading"}}
  22. \item{body_class}{Additional classes to be applied to the title (lower)
  23. container in addition to \code{"title"}}
  24. \item{item_name}{The header (or name) of the item}
  25. }
  26. \description{
  27. Constructs an individual level item with a header (upper) and a title (lower).
  28. }
  29. \seealso{
  30. Other Bulma layouts:
  31. \code{\link{bulma_level_items_header}()},
  32. \code{\link{bulma_level_item}()},
  33. \code{\link{bulma_level}()}
  34. }
  35. \concept{Bulma layouts}