wv-row
Purpose
<wv-row/>
. Helps in rendering a Bootstrap Layout Grid column and its options.
Properties
name | description |
---|---|
class |
object type: default value: is required: Additional CSS classes to be added to the element |
flex-horizontal-alignment |
object type: default value: is required: Sets the horizontal positioning of the nested columns as per flex standard. Options are: None, Start, Center, End, Around, Between |
flex-vertical-alignment |
object type: default value: is required: Sets the vertical positioning of the nested columns as per flex standard. Options are: None, Start, Center, End |
no-gutters |
object type: default value: is required: Removes the nested column padding as per Bootstrap styling |
Example
<wv-row>
<wv-column span="6">...<wv-column>
<wv-column span="6">...<wv-column>
</wv-row>