| f7Float | R Documentation | 
f7Float is an alignment utility for items.
f7Float(tag, side = c("left", "right"))
| tag | Tag to float. | 
| side | Side to float: "left" or "right". | 
David Granjon, dgranjon@ymail.com
if(interactive()){
 library(shiny)
 library(shinyMobile)
 shinyApp(
   ui = f7Page(
    title = "Float",
    f7SingleLayout(
     navbar = f7Navbar(title = "f7Float"),
     f7Float(h1("Left"), side = "left"),
    f7Float(h1("Right"), side = "right")
    )
   ),
   server = function(input, output) {}
 )
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.