Learn R Programming

shiny.semantic (version 0.3.0)

show_modal: Show, Hide or Remove Semantic UI modal

Description

This displays a hidden Semantic UI modal.

Usage

show_modal(id, session = shiny::getDefaultReactiveDomain())

remove_modal(id, session = shiny::getDefaultReactiveDomain())

hide_modal(id, session = shiny::getDefaultReactiveDomain())

Arguments

id

ID of the modal that will be displayed.

session

The session object passed to function given to shinyServer.