inst/examples/loadingButton_tests/ui.R

ui <- fluidPage(
  fluidRow(
    column(
      12,
      tagList(
        h1("Test App"),
        loadingButton(
          'btn',
          'Loading Button'#,
          # style = "color: black; background-color: green; border-color: green;",
          # loadingStyle = "color: black; background-color: red; border-color: red;"
        ),
        actionButton(
          'insert',
          'Insert Loading Button'
        ),
        actionButton(
          'remove',
          'Remove Loading Button'
        )
        # loadingButton(
        #   'btn_2',
        #   'Insert Button'
        # ),
        # actionButton(
        #   'reset_2',
        #   'Reset Insert'
        # ),
      )
    )
  )
)

# secure_ui(
#   ui,
#   firebase_config = config$firebase
# )

Try the shinyFeedback package in your browser

Any scripts or data that you put into this service are public.

shinyFeedback documentation built on Sept. 24, 2021, 5:07 p.m.