authUI {mmints} | R Documentation |
Create UI elements for Authentication Shiny Module
Description
This function generates the UI components for the Authentication module, including login, signup, and guest access options.
Usage
authUI(id)
Arguments
id |
A character string that uniquely identifies this module instance |
Value
A list containing UI elements for authentication
Examples
shiny::fluidPage(
authUI("auth_module")
)
[Package mmints version 0.2.0 Index]