bulma_hero: Bulma Hero

Description Usage Arguments Functions See Also

View source: R/bulma-hero.R

Description

An imposing hero banner to showcase something. The hero component allows you to add a full width banner to your webpage, which can optionally cover the full height of the page as well.

Hero

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
bulma_hero(
  ...,
  color = c("primary", "link", "info", "success", "warning", "danger", "white",
    "black", "light", "dark"),
  size = c("small", "medium", "large", "halfheight", "fullheight"),
  fullheight_with_navbar = FALSE,
  tag = tags$section
)

bulma_hero_body(..., tag = tags$div)

bulma_hero_head(..., tag = tags$div)

bulma_hero_foot(..., tag = tags$div)

Arguments

...

(tags) content

color, size

styling parameters

fullheight_with_navbar

(flag) whether or not this element will have a navbar with full height so that the margin can be adjusted

tag

(fn) container object

Functions

See Also

Other Bulma Layouts: bulma_column(), bulma_container(), bulma_footer(), bulma_level(), bulma_media(), bulma_tile()


tjpalanca/bulma.R documentation built on Dec. 23, 2021, 10:58 a.m.