Demos
Label only (defalult layout)
Input features goes here
<FieldBlock label="Label text">Input features goes here</FieldBlock>
Horizontal layout
Input features goes here
<FieldBlock label="Label text" layout="horizontal">Input features goes here</FieldBlock>
With description (vertical only)
Input features goes here
<FieldBlock label="Label text" labelDescription="Description text">Input features goes here</FieldBlock>
(vertical only) With secondary
Secondary text
Input features goes here<FieldBlock label="Label text" labelSecondary="Secondary text">Input features goes here</FieldBlock>
(vertical only) With description and secondary
42
Input features goes here<FieldBlocklabel="Label text"labelDescription="Description text"labelSecondary="42">Input features goes here</FieldBlock>