Build a Framework7 Navbar
f7Navbar(
...,
subNavbar = NULL,
title = NULL,
subtitle = NULL,
hairline = TRUE,
shadow = TRUE,
bigger = FALSE,
transparent = FALSE,
left_panel = FALSE,
right_panel = FALSE
)
Slot for f7SearchbarTrigger. Not compatible with f7Panel.
f7SubNavbar slot, if any.
Navbar title.
Navbar subtitle. Not compatible with bigger.
Whether to display a thin border on the top of the navbar. TRUE by default.
Whether to display a shadow. TRUE by default.
Whether to display bigger title. FALSE by default. Not compatible with subtitle.
Whether the navbar should be transparent. FALSE by default. Only works if bigger is TRUE.
Whether to enable the left panel. FALSE by default.
Whether to enable the right panel. FALSE by default.