align-content

Optional

Type: center | left | right

Default: left

Specify how the content inside the UI component should be aligned.

Example - align-content on a text-input

main.view.xml
<var name="password" type="text:password"/>

<text-input label="Password" bind="password" align-content="right" modifier-text="Please provide a strong password"/>

Last updated