actionLink_oc: Create a shiny actionLink that triggers an off canvas

View source: R/actionLink_oc.R

actionLink_ocR Documentation

Create a shiny actionLink that triggers an off canvas

Description

Create a shiny actionLink that triggers an off canvas

Usage

actionLink_oc(id_oc, ...)

Arguments

id_oc

id of the off canvas to trigger

...

Same parameters as shiny::actionButton(...)

Value

A shiny actionLink that triggers a particular off canvas

Examples

actionLink_oc(
inputId = "ok",
label = "Trigger", 
id_oc = "id_oc",
class="text-danger"
)

mhanf/addonbs5 documentation built on April 23, 2022, 4:01 p.m.