bs_col {bsTools} | R Documentation |
Learn more at https://getbootstrap.com/docs/5.1/layout/columns/.
bs_col(..., col_attr = c(class = "col"))
... |
A string or strings of HTML content to include in the col div. |
col_attr |
A named list or named vector, names are attribute names and values are attribute values. |
A string of HTML.
bs_col(p("Col 1"))