Skip to contents

Button to show the parameter modal dialog box.

Action button that will clear the parameters and remove cookies.

Usage

showParamButton(id, label = "Edit Parameters", icon = shiny::icon("gear"))

clearParamButton(id, label = "Clear Parameters", icon = shiny::icon("eraser"))

Arguments

id

unique ID for the Shiny Login module.

label

The contents of the button or link–usually a text label, but you could also use any other HTML, like an image.

icon

An optional shiny::icon() to appear on the button.