# NOT RUN {
if(interactive()){
library(shiny)
library(shinyMobile)
shiny::shinyApp(
ui = f7Page(
title = "Links",
f7SingleLayout(
navbar = f7Navbar(title = "f7Link"),
f7Link(label = "Google", src = "https://www.google.com"),
f7Link(label = "Google", src = "https://www.google.com", external = TRUE)
)
),
server = function(input, output) {}
)
}
# }
Run the code above in your browser using DataLab