my_ui <- fluidPage(
shinyjs::useShinyjs(debug = TRUE),
shinyWidgets::useShinydashboard(),
# tags$style("@import url(https://use.fontawesome.com/releases/v5.7.2/css/all.css);"),
titlePanel(
h1("Dev application", align = 'center'),
windowTitle = "Dev application"
),
mod_freq_table_ui(id = "grouping"),
mod_select_ui(id = "test")
)
my_ui
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.