Navbars

A navbar adds a navigation bar, allowing users to easily navigate your Shiny app.

A navbar adds a navigation bar to your app, allowing users to easily navigate your app.

Relevant Functions

  • page_navbar
    page_navbar(..., title = NULL, id = NULL, selected = NULL, sidebar = NULL, fillable = TRUE, fillable_mobile = FALSE, gap = NULL, padding = NULL, position = c("static-top", "fixed-top", "fixed-bottom"), header = NULL, footer = NULL, bg = NULL, inverse = "auto", underline = TRUE, collapsible = TRUE, fluid = TRUE, theme = bs_theme(), window_title = NA, lang = NULL)

  • nav_panel
    nav_panel(title, ..., value = title, icon = NULL)

  • nav_item
    nav_item(...)

No matching items