Shiny UI Module for use with logout

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")