modalButton {shinypanels}R Documentation

Modal button to trigger a modal

Description

Modal button to trigger a modal

Usage

modalButton(modal_id = NULL, label = NULL, id = NULL)

Arguments

modal_id

modal id to be triggered by the button

label

label for the button

id

html attribute id for the button

Value

None

Examples

modal()

[Package shinypanels version 0.5.0 Index]