Skip to contents

Creates an always up to date italicized copyright element.

Usage

copyright(
  copyright_holder = shiny::a("Virga Labs ", href = "https://www.virgalabs.io/", target =
    "_blank"),
  class = "",
  logo = img_base64(css_props = list(`max-width` = "3em", `max-height` = "1em", display =
    "inline-block;"))
)

Arguments

copyright_holder

shiny.tag to display for the copyright

class

chr additional classes for the parent div

logo

shiny.tag A logo to display after the copyright message. Set to NULL to turn off.

Value

shiny.tag

See also

Other ui: acc_list(), add_sass(), box_list(), bs4Alert(), bs_extract_status(), bs_statuses, col_10(), col_11(), col_12(), col_1(), col_2(), col_3(), col_4(), col_5(), col_6(), col_7(), col_8(), col_9(), col_auto(), css_props(), dynamic_row(), enurl(), fa_arrow_icon(), icon_sb(), infoIcon(), jq_hide(), list_to_li(), list_to_p(), make_action_button(), make_columns(), rep_br(), tagRemoveAttributes(), ui_row(), ui_tabs(), undisplay(), with_red_star()