f7Toolbar: Framework7 Toolbar

View source: R/f7Toolbar.R

f7ToolbarR Documentation

Framework7 Toolbar

Description

f7Toolbar is a layout element located at the bottom or top. It is internally used by f7Tabs.

Usage

f7Toolbar(
  ...,
  position = c("top", "bottom"),
  hairline = TRUE,
  shadow = TRUE,
  icons = FALSE,
  scrollable = FALSE
)

Arguments

...

Slot for f7Link or any other element.

position

Tabs position: "top" or "bottom".

hairline

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

shadow

Whether to display a shadow. TRUE by default.

icons

Whether to use icons instead of text. Either ios or md icons.

scrollable

Whether to allow scrolling. FALSE by default.

Author(s)

David Granjon, dgranjon@ymail.com


RinteRface/shinyF7 documentation built on March 3, 2024, 7:29 a.m.