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.



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