gen_theme_dependency {connectwidgets}R Documentation

Generate the theme's bslib::bs_dependency to be used by a widget.

Description

Generate the theme's bslib::bs_dependency to be used by a widget.

Usage

gen_theme_dependency(widget_name, theme, default_base = FALSE)

Arguments

widget_name

The name of the widget (e.g: rsc_grid)

theme

The bslib theme to generate the CSS dependency

default_base

Using the default theme or not


[Package connectwidgets version 0.2.1 Index]