modal: Modal window

View source: R/modal.R

modalR Documentation

Description

Modal window

Usage

modal(
  ...,
  title = NULL,
  id = NULL,
  fullscreen = FALSE,
  id_wrapper = NULL,
  id_title = NULL,
  id_content = NULL
)

Arguments

...

html list contents for the panel

title

title for the modal

id

html attribute id for the component

Value

None

Examples

modal()

datasketch/shinypanels documentation built on June 18, 2024, 4:29 a.m.