July 2018
Beginner to intermediate
458 pages
9h 58m
English
The Lightning:layout and Lightning:layoutItem components allow you to create the layout inside aura:component. The attributes for the Lightning:layout and Lightning:layoutitem components are shown in the following table:
| Name | Type | Description |
| class | string | A CSS class for the outer element, in addition to the component's base classes. |
| title | string | Displays tooltip text when the mouse moves over the element. |
| horizontalAlign | string | Determines how to spread the layout items horizontally. The alignment options are center, space, spread, and end. |
| verticalAlign | string | Determines how to spread the layout items vertically. The alignment options are start, center, ... |
Read now
Unlock full access