modal: Modal window

View source: R/modal.R

modalR Documentation

Modal window

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/dsAppLayout documentation built on Feb. 1, 2023, 4:25 a.m.