#' @import bs4Dash
ui <- function() {
bs4DashPage(
title = "shinyROI",
body = bs4DashBody(uiOutput("ui_body")),
navbar = bs4DashNavbar(),
sidebar = bs4DashSidebar(uiOutput("ui_sidebar")),
enable_preloader = TRUE
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.