admin_ui: The UI for the "Admin Panel" dashboard
Description
The shiny
module UI for the polished
Admin Panel, accessible to Admin users.
Usage
admin_ui(options = default_admin_ui_options())
Value
the UI for the "Admin Panel"
Arguments
- options
list of HTML elements to customize branding of "Admin Panel". Valid
list element names are title
, sidebar_branding
, and browser_tab_icon
. See
default_admin_ui_options
for an example.