bslib
bslib copied to clipboard
Tools for theming Shiny and R Markdown via Bootstrap 3, 4, or 5.
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.   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
Details will be added soon
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(),...