columns
Overview
columns allow developers to control the layout of a view and its components, which is particularly useful for medium and large screens.
Multiple columns
Columns now support multiple nested columns which enables use cases like the following:

Basic Example

Standard Attributes
None
Advanced Attributes
column-gap
column-gapOptional
Type: number (a values in px)
Default: 48 px
Specify the width of the gap between columns.

column-order
column-orderOptional
Type: left-to-right| right-to-left
Default: left-to-right
Specify the order of the columns.

show-if and hide-if
show-ifhide-ifshow-if and hide-ifLast updated
