argonTooltip: Create a boostrap 4 tooltip

Description Usage Arguments Author(s) Examples

View source: R/typography.R

Description

Create a boostrap 4 tooltip

Usage

1
argonTooltip(tag, position, title = NULL)

Arguments

tag

Tag to be documented.

position

Where to display the toolptip: "top", "right", "bottom" or "left".

title

Tooltip title.

Author(s)

David Granjon, dgranjon@ymail.com

Examples

 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."
  )
 )
}

argonR documentation built on Dec. 1, 2019, 1:15 a.m.