Builds application footer with given configurations and elements. It is called within "ui_footer.R". Check example application for detailed example
add_ui_footer(left = NULL, right = NULL, fixed = FALSE)
Left side UI elements
Right side UI elements
Always show footer at page bottom regardless page scroll location (default = FALSE).
list of both shiny UI elements and named footer properties
Call this function from program/ui_footer.R
to set footer parameters