navbarUI: UI for navbar

View source: R/ui-utils.R

navbarUIR Documentation

UI for navbar

Description

UI for navbar

Usage

navbarUI(tabs, active, logout_url = NULL)

Arguments

tabs

Character vector of tab names to display

active

the active tab name

logout_url

url to logout from. NULL results in no Logout link

Value

shiny.tag with html for navbar

Examples


# UI with only Single-Cell page
navbarUI('Single Cell', 'Single Cell')


hms-dbmi/drugseqr documentation built on Feb. 15, 2024, 10:38 p.m.