bs_container {bsTools} | R Documentation |
Create a Bootstrap container div.
bs_container(..., container_attr = c(class = "container"))
... |
A string or strings of HTML content to include in the container div. |
container_attr |
A named list or named vector, names are attribute names and values are attribute values. |
Learn more at https://getbootstrap.com/docs/5.1/layout/containers/.
A string of HTML.
bs_container(
div()
)