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.
admin_button_ui(align = "right", vertical_align = "bottom")
admin button UI
The horizontal alignment of the button. Valid options are "right" (the default) or "left".
the vertical alignment of the button. Valid options are "bottom" (the default) or "top"