withPopover: Popover

withPopoverR Documentation

Popover

Description

Add a popover to an element.

Usage

withPopover(
  el,
  content,
  title = NULL,
  container = "body",
  placement = c("top", "right", "bottom", "left")
)

Arguments

el

Element to place popover on.

content

Content of the popover.

title

Optional popover title.

container

container of the popover.

placement

Position of the popover.


mhanf/bsutilsmodif documentation built on May 15, 2022, 12:09 a.m.