Bootstrap grid row
Usage
bs_row(
...,
cols = NULL,
gutters = NULL,
gx = NULL,
gy = NULL,
justify = NULL,
align = NULL,
class = NULL
)Arguments
- ...
Columns (
bs_col()) and named HTML attributes.- cols
Number of equal-width columns per row (
row-cols-*). A single value applies at all breakpoints; a named list (e.g.list(sm = 1, md = 2)) sets per-breakpoint counts.- gutters, gx, gy
Gutter width
0-5.gutterssets both axes;gx/gyoverride the horizontal / vertical gutter.- justify
Horizontal alignment of columns:
"start","center","end","around","between","evenly".- align
Vertical alignment of columns:
"start","center","end".- class
Extra classes.