Build a Framework7 Toolbar
f7Toolbar(
...,
position = c("top", "bottom"),
hairline = TRUE,
shadow = TRUE,
icons = FALSE,
scrollable = FALSE
)
Slot for f7Link or any other element.
Tabs position: "top" or "bottom".
Whether to display a thin border on the top of the toolbar. TRUE by default.
Whether to display a shadow. TRUE by default.
Whether to use icons instead of text. Either ios or md icons.
Whether to allow scrolling. FALSE by default.