Learn R Programming

shinyMobile (version 0.7.0)

f7Navbar: Create a Framework7 Navbar

Description

Build a Framework7 Navbar

Usage

f7Navbar(
  ...,
  subNavbar = NULL,
  title = NULL,
  subtitle = NULL,
  hairline = TRUE,
  shadow = TRUE,
  bigger = FALSE,
  transparent = FALSE,
  left_panel = FALSE,
  right_panel = FALSE
)

Arguments

...

Slot for f7SearchbarTrigger. Not compatible with f7Panel.

subNavbar

f7SubNavbar slot, if any.

title

Navbar title.

subtitle

Navbar subtitle. Not compatible with bigger.

hairline

Whether to display a thin border on the top of the navbar. TRUE by default.

shadow

Whether to display a shadow. TRUE by default.

bigger

Whether to display bigger title. FALSE by default. Not compatible with subtitle.

transparent

Whether the navbar should be transparent. FALSE by default. Only works if bigger is TRUE.

left_panel

Whether to enable the left panel. FALSE by default.

right_panel

Whether to enable the right panel. FALSE by default.