Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 1.57 KB

readme.md

File metadata and controls

21 lines (12 loc) · 1.57 KB

is-row

Properties

Property Attribute Description Type Default
alignContent align-content Align columns items together on the cross axis: 'start', 'center', 'end', 'around', 'between' or 'stretch'. Has no effect on single rows of items string null
alignH align-h Horizontal alignment/spacing of all columns: 'start', 'center', 'end', 'around', or 'between' string null
alignV align-v Vertical alignment of all columns in a row: 'start', 'center', 'end', 'baseline', or 'stretch' string null
noGutters no-gutters When set, removes the margin from the row and removes the padding from the child columns boolean false
tag tag Specify the HTML tag to render instead of the default tag string 'div'

Built with StencilJS