providers_ui | R Documentation |
Creates the HTML UI of the "Sign in with *" buttons. These buttons are only
necessary if you enable Social Sign In via the sign_in_providers
argument
passed to polished_config
.
providers_ui(
ns,
sign_in_providers = c("google", "email"),
title = "Sign In",
fancy = TRUE
)
ns |
the Shiny namespace function created with |
sign_in_providers |
a character vector of sign in providers to enable. Valid values are |
title |
The title to be used above the provider buttons. Set to |
fancy |
Should the buttons be large and colorful? |
the HTML UI of the "Sign in with *" buttons.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.