bs_spinner {bsTools} | R Documentation |
Create a Bootstrap spinner
Description
Learn more at https://getbootstrap.com/docs/5.1/components/spinners/.
Usage
bs_spinner(div_attr = c(class = "spinner-border text-primary"))
Arguments
div_attr |
A named list or named vector, names are attribute names and values are attribute values. Added to the div displaying the spinner. |
Value
A string of HTML.
Examples
bs_spinner()
[Package bsTools version 1.0.5 Index]