Uses shinychat's official page_chat_theme() as the common Bootstrap 5
foundation for both codeagent layouts. The "glass" style instead delegates
Liquid Glass material rendering to the optional shinyglass::glass_theme()
package and adds only a thin adapter for shinychat page surfaces. The returned
object can be passed to codeagent_app() or further customized with bslib.
Arguments
- style
One of
"default","ios","aurora","flatly","darkly", or"glass". CLI aliases"light","dark", and"glassmorphism"are also accepted. Unknown values fail soft to"default"."glass"requires the optionalshinyglasspackage.- ...
For
style = "glass", arguments passed toshinyglass::glass_theme()(for examplepreset,intensity,tint, andspecular). For other styles, named Bootstrap or shinychat Sass variable overrides passed toshinychat::page_chat_theme(). Overrides take precedence over built-in style defaults.