Description Usage Arguments Author(s) Examples
Create a boostrap 4 tooltip
1 | argonTooltip(tag, position, title = NULL)
|
tag |
Tag to be documented. |
position |
Where to display the toolptip: "top", "right", "bottom" or "left". |
title |
Tooltip title. |
David Granjon, dgranjon@ymail.com
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | if (interactive()) {
library(argonR)
argonTooltip(
position = "left",
title = "I am a nice card",
argonCard(
status = "primary",
width = 12,
title = "Card 1",
hover_lift = TRUE,
shadow = TRUE,
icon = "check-bold",
src = "#",
"Argon is a great free UI package based on Bootstrap 4
that includes the most important components and features."
)
)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.