Row
Last updated
Last updated
The Bootstrap row
component, implemented in Ruby.
bs_row(*args, &block)
Returns a bootstrap row containing content specified by a block. Also the row is customizable with the following options.
Optional options
:vertical
- For vertical alignment. Expects parameter: start
, center
, end
:horizontal
- For horizontal alignment. Expects parameter: start
, center
, end
, around
, between
, evenly
HTML attributes This component accepts all the canonical like id
or class
.
returns