Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

17 linhas
490B

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/layout_level.R
  3. \name{bulma_level}
  4. \alias{bulma_level}
  5. \title{Bulma Level}
  6. \usage{
  7. bulma_level(..., left = NULL, right = NULL, is_mobile = TRUE,
  8. style = c("item", "header"), container_tag = c("div", "nav"))
  9. }
  10. \description{
  11. Bulma Level
  12. }
  13. \examples{
  14. bulma_level("Home", "Menu", "Bulma", "Reservations", "Contact")
  15. bulma_level("Tweets" = 3456, Following = 123, Followers = "456K", Likes = 789, style = "header")
  16. }