# NOT RUN {
if (interactive()) {
library(shiny)
library(bs4Dash)
shinyApp(
ui = bs4DashPage(
bs4DashNavbar(),
bs4DashSidebar(),
bs4DashControlbar(),
bs4DashBody(
bs4Card(
title = "Attachment example",
attachmentBlock(
src = "http://kiev.carpediem.cd/data/afisha/o/2d/c7/2dc7670333.jpg",
title = "Test",
title_url = "http://google.com",
"This is the content"
)
)
),
title = "AttachmentBlock"
),
server = function(input, output) { }
)
}
# }
Run the code above in your browser using DataLab