powered by
Learn more at https://getbootstrap.com/docs/5.1/layout/grid/.
bs_row(..., row_attr = c(class = "row"))
A string of HTML.
A string or strings of HTML content to include in the row div.
A named list or named vector, names are attribute names and values are attribute values.
bs_row( bs_col(p("Col 1")), bs_col(p("Col 2")) )
Run the code above in your browser using DataLab