bsplus
bsplus copied to clipboard
Shiny and R Markdown addons to Bootstrap 3
I am considering switching from using the shinyBS package to using bsplus because shinyBS is no longer in active development and bugs are not being fixed any more. But before...
Hi - I'm hoping to use bs_accordion() in a shiny app I'm developing but I'm inclined to use bs4 or bs5. Is there a way to use bs_accordion() with bs4...
Hi,thank you for your great package on shiny.But i got errors when i add a help link on a button,this is the error infomation: **Error in .tag_validate(tag, name = "div",...
I wanted to include a modal window in an `rmarkdown` file. The following code worked perfectly in a `output: html_document`, but when I plugged the same code into a `output:...
I am using the carousel from R's bsplus package. I want to stop the auto play. Various solutions have been mentioned [here](https://stackoverflow.com/questions/26133618/how-to-stop-bootstrap-carousel-from-autosliding). I can't get any of them to work...
I'm not sure where in the pipeline ```R bs_accordion() %>% bs_append(title = "test") ``` I can add a shiny icon
First off, thank you for such an amazing package! I was wondering whether there was a limit to the number of tooltips that could be displayed. The following is not...
Hi, Is there a way to make bs_modal reactive, so that its body can be updated within observeEvent? I am trying to render an rmarkdown file inside a modal, after...
There's a reproducible example at [this Stack Overflow post](https://stackoverflow.com/questions/62706208/bs-modal-doesnt-work-in-flexdashboards-sidebar). I would post the question directly here, but the minimal .Rmd example uses code chunks (```) interferes with Github's markdown syntax...
Hey, I added an argument to `bs_append.bsplus_accordion()`, which suppresses that the first panel of an accordion is always open. I need this for my https://github.com/be-marc/swdt project.