Description Usage Arguments Functions See Also
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.
bulma_hero() - main component
bulma_hero_body() - put main content here
if it is fullheight:
bulma_hero_head() - header of the hero section
bulma_hero_foot() - footer of the hero section
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)
|
... |
(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 |
bulma_hero: main component; contains bulma_hero_head(),
bulma_hero_body(), and bulma_hero_foot().
bulma_hero_body: body content
bulma_hero_head: hero header
bulma_hero_foot: hero footer
Other Bulma Layouts:
bulma_column(),
bulma_container(),
bulma_footer(),
bulma_level(),
bulma_media(),
bulma_tile()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.