shiny-bslib-theming

Installation
SKILL.md

Theming Shiny Apps with bslib

Customize Shiny app appearance using bslib's Bootstrap 5 theming system. From quick Bootswatch themes to advanced Sass customization and dynamic color mode switching.

Quick Start

"shiny" preset (recommended starting point):

page_sidebar(
  theme = bs_theme(),  # "shiny" preset by default — polished, not plain Bootstrap
  ...
)
Related skills

More from posit-dev/skills

Installs
240
GitHub Stars
352
First Seen
Feb 20, 2026