align-label
Optional
Type: center
| left
| right
Default: left
Specify the alignment of the component’s label
and modifier-text
where available.
Example - align-label
on a text-input
align-label
on a text-input
<var name="password" type="text:password"/>
<text-input label="Password" bind="password" align-label="right" modifier-text="Please provide a strong password"/>

Last updated