% Generated by roxygen2: do not edit by hand % Please edit documentation in R/layout_level.R \name{bulma_level} \alias{bulma_level} \title{Bulma Level} \usage{ bulma_level(..., left = NULL, right = NULL, is_mobile = TRUE, style = c("item", "header"), container_tag = c("div", "nav")) } \description{ Bulma Level } \examples{ bulma_level("Home", "Menu", "Bulma", "Reservations", "Contact") bulma_level("Tweets" = 3456, Following = 123, Followers = "456K", Likes = 789, style = "header") }