bslib icon indicating copy to clipboard operation
bslib copied to clipboard

Tools for theming Shiny and R Markdown via Bootstrap 3, 4, or 5.

Results 246 bslib issues
Sort by recently updated
recently updated
newest added

Hi @cpsievert, I have identified the following error when leaving the full screen. If the layout has two rows, the first row has two or more cards and the second...

Hi @cpsievert, With the latest modifications to rstudio/shiny@resize-observer (https://github.com/rstudio/shiny/commit/fbe9d247d493c3dd33de82e6c7320c0030415aa2) and rstudio/bslib@dev (https://github.com/rstudio/bslib/commit/65b2b51f6effdbb2d49a0ee53dc2ee7dd413a5cd). Two problems started to happen that didn't happen before: - When a card is put into fullscreen and...

Hello @cpsievert, Layout is not displayed correctly in the rstudio viewer. However in the browser like chrome it is displayed correctly. ![image](https://user-images.githubusercontent.com/64808307/183121999-15b1fc00-5355-4ca2-9e6a-65f71164f731.png) ![image](https://user-images.githubusercontent.com/64808307/183122236-d88209a9-4a13-4f41-9499-b0d1d5a2ded8.png) Regards

Hello @cpsievert, Testing the new functionality of the cards in full screen I found the following two problems: 1. The minimum height of the plot in full screen is given...

Probably a general `card()` as well as special cases of it

1. Run the following example: (uses "darkly" theme, could be replaced with "cyborg" and "slate" themes) ``` library(shiny) library(DT) ui

Hi, as mentioned in issue #412 we try to package bslib for Debian (as a predependency for other packages like shiny). I've just mentioned that we need to provide the...

I think these error messages should be swapped. ```r bslib:::bs_base_colors(bslib::bs_theme(), bg = "white") ``` ``` Error in bslib:::bs_base_colors(bslib::bs_theme(), bg = "white") : Cannot specify fg without bg. ``` ```r bslib:::bs_base_colors(bslib::bs_theme(),...