admin_button_ui: An html button to navigate the the "Admin Panel"

View source: R/admin_button.R

admin_button_uiR Documentation

An html button to navigate the the "Admin Panel"

Description

The UI portion of the 'shiny' module for the button to navigate to the "Admin Panel". This is the button that, when clicked, navigates a 'polished' admin from your 'shiny' app to the 'polished' Admin Panel. If your app is set up with the default 'polished' configuration, this button appears in the bottom right of your 'shiny' app.

Usage

admin_button_ui(align = "right", vertical_align = "bottom")

Arguments

align

The horizontal alignment of the button. Valid options are "right" (the default) or "left".

vertical_align

the vertical alignment of the button. Valid options are "bottom" (the default) or "top"

Value

admin button UI


polished documentation built on Feb. 16, 2023, 8:02 p.m.