Create a button to reload/reconnect to shiny.
reconnect_button(
text = "reconnect",
class = c("default", "danger", "info", "success", "warning")
)reconnect_link(
text = "reconnect",
class = c("default", "danger", "info", "success", "warning")
)
f7_reconnect_button(text = "reconnect", color = "#000")
The text to use on the button.
The class to apply to the button.
Color of button.
A button or link in the form of shiny::tags.
reconnect_button
- Returns a button.
reconnect_link
- Returns a link.
f7_reconnect_button
- A reconnect button for shinyMobile.