info: Info text appear when icon clicked

Description Usage Arguments Value

View source: R/ui.R

Description

Info text appear when icon clicked

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
info(
  id,
  label,
  help,
  label_size = "15px",
  help_size = "12px",
  icon_size = "15px",
  ns = NS(NULL),
  ...
)

Arguments

id

A character string of the shiny id.

label

A character string of the package name.

help

A taglist containing ui elements for the upper body.

label_size

A character string of the label font size.

help_size

A character string of the help font size.

icon_size

A character string of the icon size.

ns

A function of the namespace.

...

arguments passed to actionLink

Value

a shiny taglist


poissonconsulting/shinyutils documentation built on Nov. 14, 2021, 8:18 p.m.