Shiny UI Module for use with logout
logoutUI(id, label = "Log out", icon = NULL, class = "btn-danger", style = "color: white;")
| id | Shiny id | 
|---|---|
| label | label for the logout button | 
| icon | An optional  | 
| class | bootstrap class for the logout button | 
| style | css styling for the logout button | 
Shiny UI action button
Call via logoutUI("your_id")