The cluster component is used to visually group child elements while applying a consistent gap between them.
Common use cases are groups of buttons, groups of tags, or similar items.
<.cluster>
<div>some item</div>
<div>some other item</div>
</.cluster>