A small info icon with a tooltip
infoIcon.Rd
Requires use_tippy to be placed in the head
of the app. See the [tippy docs]https://github.com/JohnCoene/tippy for details
Arguments
- ...
shiny.tag.list/shiny.tag
s to be rendered as the tooltip- name
The name of the icon. A name from either Font Awesome (when
lib="font-awesome"
) or Bootstrap Glyphicons (whenlib="glyphicon"
) may be provided. Note that the"fa-"
and"glyphicon-"
prefixes should not appear in name (i.e., the"fa-calendar"
icon should be referred to as"calendar"
). Aname
ofNULL
may also be provided to get a raw<i>
tag with no library attached to it.- class
Additional classes to customize the style of an icon (see the usage examples for details on supported styles).
- lib
The icon library to use. Either
"font-awesome"
or"glyphicon"
.
See also
Other ui:
acc_list()
,
add_sass()
,
box_list()
,
bs4Alert()
,
bs_extract_status()
,
bs_statuses
,
col_10()
,
col_11()
,
col_12()
,
col_1()
,
col_2()
,
col_3()
,
col_4()
,
col_5()
,
col_6()
,
col_7()
,
col_8()
,
col_9()
,
col_auto()
,
copyright()
,
css_props()
,
dynamic_row()
,
enurl()
,
fa_arrow_icon()
,
icon_sb()
,
jq_hide()
,
list_to_li()
,
list_to_p()
,
make_action_button()
,
make_columns()
,
rep_br()
,
tagRemoveAttributes()
,
ui_row()
,
ui_tabs()
,
undisplay()
,
with_red_star()