rstudio / bslib

Tools for theming Shiny and R Markdown via Bootstrap 3, 4, or 5.
https://rstudio.github.io/bslib/
Other
443 stars 49 forks source link

docs(value-box): Replace ResizeObserver with `bslib.card` event listener #1037

Closed gadenbuie closed 3 months ago

gadenbuie commented 3 months ago

Inspired by #1036, this replaces the ResizeObserver used to adjust the plot layout in full screen mode with a simpler bslib.card event handler.