R/layout.R
dashboardFooter.Rd
Dashboard footer
dashboardFooter(left = NULL, right = NULL, fixed = FALSE)
Left-side footer content.
Right-side footer content.
Whether to mark footer as fixed.
dashboardFooter( left = "Copyright (c) 2026", right = "Contact: team@example.org" ) #> <footer class="main-footer app-footer" data-fixed="false"> #> <span class="me-auto">Copyright (c) 2026</span> #> Contact: team@example.org #> </footer>