Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

bs_embed_popover

Popover


Description

A popover can be a useful way to add a somewhat-verbose explanation to a tag.

Usage

bs_embed_popover(tag, title = NULL, content = NULL, placement = "top", ...)

use_bs_popover()

Arguments

tag

htmltools::[tag][htmltools::tag], generally <button/> or <a/>, into which to embed the popover

title

character, title for the popover, generally text

content

character, content for the popover body, can be HTML

placement

character, placement of the popover with respect to tag

...

other named arguments, passed to bs_set_data()

Details

To activate the use of popovers in your page, you will need to call the use_bs_popover() function somewhere.

The verb embed is used to signify that you are embedding information into a tag. This implies that you can embed, at most, one "thing" into a particular tag. You should not, for example, expect to embed both a tooltip and a popover into a tag.

Value

htmltools::[tag][htmltools::tag], modified copy of tag

See Also

Examples

library("htmltools")

bs_button("A button") %>%
  bs_embed_popover(title = "I'm a popover", content = "Really!")

bsplus

Adds Functionality to the R Markdown + Shiny Bootstrap Framework

v0.1.2
MIT + file LICENSE
Authors
Ian Lyttle [aut, cre, cph] (<https://orcid.org/0000-0001-9962-4849>), Schneider Electric [cph], Alex Shum [ctb], Emily Bosak [ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.