Appsilon / rhino

Build high quality, enterprise-grade Shiny apps at speed
https://appsilon.github.io/rhino
287 stars 24 forks source link

Make sure {bslib} can be used with Rhino #595

Closed kamilzyla closed 3 months ago

kamilzyla commented 3 months ago

Rhino comes with built-in support for styling apps with Sass. The {bslib} R package powers the default appearance of Shiny apps, but it can also be used directly to access additional UI components, theming, and more.

However, there are challenges to using custom Sass and {bslib} simultaneously in Rhino. See the Design Doc: {bslib} in Rhino for details and suggested solution.