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.


JohnCoene/bsutils documentation built on June 15, 2024, 3:21 a.m.