| bulmaHero | R Documentation | 
Add a section tag.
bulmaHero(..., color = NULL, size = NULL, bold = FALSE, fullheight = FALSE)
bulmaHeroHead(...)
bulmaHeroBody(..., container = TRUE)
bulmaHeroFoot(...)
| ... | any element. | 
| color | hero color. | 
| size | hero size takes  | 
| bold | set to  | 
| fullheight | set to  | 
| container | If  | 
John Coene, jcoenep@gmail.com
if(interactive()){
library(shiny)
ui <- bulmaPage(
  bulmaHero(
    fullheight = TRUE,
    color = "danger",
    bulmaHeroBody(
      bulmaContainer(
        bulmaTitle("Hello Bulma*"),
        bulmaSubtitle("shinybulma*")
      )
    )
  )
)
server <- function(input, output){}
shinyApp(ui, server)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.