Create a button to reload/reconnect to shiny.
reload_button(
text = "reload",
class = c("default", "danger", "info", "success", "warning")
)reload_link(
text = "reload",
class = c("default", "danger", "info", "success", "warning")
)
f7_reload_button(text = "reload", 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.
reload_button
- Returns a button.
reload_link
- Returns a link.
f7_reload_button
- A reload button for shinyMobile.