pkgdown/extra-head.html

Skip to contents

Adds the package's bundled CSS (core, theme, sidebar) and optional JS helpers. All assets are attached as named htmltools::htmlDependency objects, so they are included once per page regardless of how many bs4Dashkit helpers request them.

Usage

use_bs4Dashkit(include_center_js = TRUE)

Arguments

include_center_js

Logical. If TRUE (default), also includes the JavaScript helper that supports the centered navbar title layout.

Value

A htmltools::tagList containing htmltools::htmlDependency objects for the package CSS and optional JavaScript helpers.