# NOT RUN {
if(interactive()){
library(shiny)
library(shinyMobile)
shiny::shinyApp(
ui = f7Page(
title = "Progress Infinite",
f7SingleLayout(
navbar = f7Navbar(title = "f7ProgressInf"),
f7Block(
f7BlockTitle(size = "large", "Infinite progress"),
f7ProgressInf(),
f7BlockTitle(size = "large", "Infinite progress with color"),
f7ProgressInf(color = "yellow")
)
)
),
server = function(input, output) {}
)
}
# }
Run the code above in your browser using DataLab