argonTooltip {argonR}R Documentation

Create a boostrap 4 tooltip

Description

Create a boostrap 4 tooltip

Usage

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

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


[Package argonR version 0.2.0 Index]