Layout is a generic layout system, allowing you to quickly and easily set up columns as required.
Note there is a dedicated Page Content Layout system for the overall page content, which must be used in one specific place. Layout is not restricted to any use case and can be placed anywhere you need columns, including inside Content Layout.
API status: | general |
---|---|
Web resource key: |
com.atlassian.auiplugin:aui-page-layout
|
AMD Module key: | N/A |
Experimental API: | 3.6 |
General API: | 5.1 |
Evenly spaced item
Evenly spaced item
Evenly spaced item
Evenly spaced item
Split group - first item aligned left.
Split group - second item aligned right.
Trio group - first item aligned left.
Trio group - second item aligned centre.
Trio group - third item aligned right.
The basic setup is simple, for evenly-spaced columns add instances of aui-item
inside one instance of aui-group
:
Setting item widths:
There are two preset helpers for common two- and three-column layouts. They are invoked by setting the class on the aui-group
and using the required number of items.
Preset | Group class | Number of items | Effect |
---|---|---|---|
Split group | aui-group-split
|
2 | First column is aligned left, second column is aligned right. |
Trio group | aui-group-trio
|
3 | First column is aligned left, middle column is center-aligned, third/last column is aligned right. |