Cluster
A container that lays items horizontally allowing them to wrap.
Use a Cluster to layout items horizontally with equal spacing and let them
wrap if needed.
Use the spacing property to adjust the spacing between the items.
Clustered items can be horizontally aligned using the alignH property. The
alignment switches automatically based on writing direction.
Clustered items can be aligned vertically using the alignV property.
Use the reverse property to reverse the order of the items.
Use the collapseBelow property for collapse the list below a specific
breakpoint.
After collapsing, the Cluster effectly becomes a Stack except that you
cannot stretch the items. They use their own dimensions.
A common use of Cluster is to group a list of tags together.
The items to lay out in this cluster.
The element used for the root node.
Defines the spacing between the items.
Collapse items to a stack below this size.
Sets the horizontal alignment of the items. "center" | "end" | "start" | "spaced" | ResponsiveArray<4 | 1 | 2 | 3, "stretch" | "center" | "end" | "start" | "spaced" | null> | { mobile?: "stretch" | "center" | "end" | "start" | "spaced"; tablet?: "stretch" | ... 4 more ...; desktop?: "stretch" | ... 4 more ... | undefined; wide?: "stret...
Sets the vertical alignment of the items. "center" | "end" | "start" | "spaced" | { mobile?: "stretch" | "center" | "end" | "start" | "spaced"; tablet?: "stretch" | "center" | "end" | "start" | "spaced"; desktop?: "stretch" | ... 4 more ... | undefined; wide?: "stretch" | ... 4 more ... | undefined; } | ResponsiveArray<...> | undefined
Reverse the order of the items.
An object with the data keys and values.