knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
library(bulma.R) library(htmltools)
dir.create("demo") save_html( html = bulma_demo_tags(), file = file.path("demo", "demo.html") )
The demonstration site can be viewed here.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.