Learn R Programming

shinyauthr (version 0.1.1)

logoutUI: logout UI module

Description

Shiny UI Module for use with logout

Usage

logoutUI(
  id,
  label = "Log out",
  icon = NULL,
  class = "btn-danger",
  style = "color: white;"
)

Arguments

id

Shiny id

label

label for the logout button

icon

An optional icon to appear on the button.

class

bootstrap class for the logout button

style

css styling for the logout button

Value

Shiny UI action button

Details

Call via logoutUI("your_id")