
Last chance! 50% off unlimited learning
Sale ends in
Build a Framework7 flex container
f7Flex(...)
Items.
David Granjon, dgranjon@ymail.com
if(interactive()){
library(shiny)
library(shinyMobile)
shinyApp(
ui = f7Page(
title = "Align",
f7SingleLayout(
navbar = f7Navbar(title = "f7Flex"),
f7Flex(
f7Block(strong = TRUE),
f7Block(strong = TRUE),
f7Block(strong = TRUE)
)
)
),
server = function(input, output) {}
)
}
Run the code above in your browser using DataLab