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