Skip to contents

Generates a function based on `gen_tabinp_ui` for generating tabs UI

Usage

gen_tabinp_ui_front(
  inp_tab_str = NULL,
  inp_table_str = NULL,
  scroll_panel_style =
    "max-height: calc(100vh - 12rem); overflow-y: scroll; overflow-x: hidden;",
  ...
)

Arguments

inp_tab_str

is a tibble with the structure of tabs in the app. Requires two columns: `tab_name` and `group_order`. The first one indicates the name of the tab. The second one indicates the order of a well-group for for including under this tab.