2025-01-12 04:36:52 +08:00
..
2025-01-12 04:36:52 +08:00
2025-01-12 04:36:52 +08:00
2025-01-12 04:36:52 +08:00

This self contained example shows how to use the sass R package to generate CSS for multiple themes and dynamically create colors based off of an original theme color. If a Shiny button is clicked, the javascript event is captured and the theme color is updated within the browser. A Shiny server event is triggered in addition to changing the theme within browser.

Original article and demo by Hugo Giraudel.