Cluster

Groups items in such a way that a 'cluster' is created that automatically determines how many items can be on a single row (e.g. tag cloud).

Implementation

<div class="cluster">
  ...
</div>

API

Custom propertyDefaultDescription
--layout-gap0Sets the gap of the targeted element
--layout-aligncenterSets the align-items of the targeted element

Utility classes

Class nameRequired?Description
--gap-{z}Controls the --layout-gap API
--start/--end/--center/--stretchControls the --layout-align API