inst/example_app/modules/mod_cookies.R

mod_cookies_ui <- function(id) {
  shiny::tagList(
    shinyGovstyle::heading_text("Cookie page", size = "l"),
    shinyGovstyle::label_hint(
      shiny::NS(id, "label-cookies"),
      "This an example cookie page that could be
                   expanded"
    )
  )
}

Try the shinyGovstyle package in your browser

Any scripts or data that you put into this service are public.

shinyGovstyle documentation built on April 13, 2026, 5:06 p.m.