reload: Reload

reload_buttonR Documentation

Reload

Description

Create a button to reload/reconnect to shiny.

Usage

reload_button(
  text = "reload",
  class = c("default", "danger", "info", "success", "warning"),
  .class = ""
)

reload_link(
  text = "reload",
  class = c("default", "danger", "info", "success", "warning"),
  .class = ""
)

f7_reload_button(text = "reload", color = "#000")

Arguments

text

The text to use on the button.

class

The class to apply to the button.

.class

Additional class to pass to the link or the button.

color

Color of button.

Value

A button or link in the form of shiny::tags.

Functions

  • reload_button - Returns a button.

  • reload_link - Returns a link.

  • f7_reload_button - A reload button for shinyMobile.


JohnCoene/sever documentation built on March 19, 2024, 1:26 p.m.