Ian Lyttle
Ian Lyttle
The accessor for attaching, give that some thought and maybe defer.
What if you did something like this: ```r tags$a("Link with popover", href = "#") %>% bsplus::bs_embed_popover( title = "xx", content = "€", placement = "bottom", trigger = "hover focus" )...
Gah! I think the problem might be here: https://github.com/ijlyttle/bsplus/blob/18a52cfa1b31c3267416ede453a92d70dbd717e2/R/set_attr.R#L121 I suspect that the `c()` function is stripping the HTML class from the character string. I'll need to think about how...
Super! If it's OK with you, I'd like to leave this issue open to remind me to see if this is something that can be coded, or if I should...
You've got a point. I think there was a reason I did this that way (I was trying to be lazy in how I set up an accordion-sidebar), but it...
RStudio are planning to "move" to Bootstrap 4: rstudio/rmarkdown#1260 - I plan to try to add more functionality then.
What shall the API look like? [Reference](http://getbootstrap.com/components) #### button ```R bs_buttton
Maybe when this is an htmlwidget?
There are a couple ways to go about this - including your suggestion. I'll bug you about which you may think may be best.