Learn R Programming

shinyMobile (version 0.8.0)

f7ShowNavbar: Show a Framework7 navbar

Description

f7ShowNavbar shows a f7Navbar component from the server. Deprecated, use updateF7Navbar instead.

Usage

f7ShowNavbar(animate = TRUE, session = shiny::getDefaultReactiveDomain())

Arguments

animate

Whether it should be hidden with animation or not. By default is TRUE.

session

Shiny session object.