inst/source/core/ui/GenFooter.R

#' Generate html footer on the bottom of the page

GenFooter <- function(){
  
  # Changing this part without written permission is a violation of the license.
  HTML(paste0("<div style='position: fixed; padding: 10px 30px 10px 10px; bottom: 0; height: 30; width: 100%; background: inherited; text-align: right'>Created with <a href='https://github.com/urniaz/ShinyWizard' target='_blank'>ShinyWizard</a> © ver.",packageVersion('ShinyWizard'),"<div id ='FooterText'>", config$FooterText, "</div></div>"))

}

Try the ShinyWizard package in your browser

Any scripts or data that you put into this service are public.

ShinyWizard documentation built on Oct. 28, 2024, 5:07 p.m.