logoutUI: Logout button aesthetics

View source: R/logoutUI.R

logoutUIR Documentation

Logout button aesthetics

Description

The logout User Interface design elements are controlled. This logoutUI Module is for use with logoutServer module.

Usage

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

Arguments

id

Character String. Shiny id

label

Character String. Label for the logout button

class

Character String. Bootstrap class for the logout button

style

Character String. css styling for the logout button

Value

A Shiny UI action button

Reference

This code was modified from https://github.com/PaulC91/shinyauthr

See Also

Other modules: loginServer(), loginUI(), logoutServer()

Examples

## Not run: 
logoutUI("logout")

## End(Not run)


andybeet/authenticate documentation built on Sept. 24, 2023, 11:28 p.m.