Tiles
The Tiles layout creates an auto-responsive grid system that determines column count based on minimum tile width. This component creates as many columns as can fit while respecting the minimum width constraint, making it perfect for image galleries, product grids, or any content that needs to automatically adjust its layout based on available space and content requirements.
Example
<div class="tiles --gap-2 --threshold-2">
<div>Tile 1</div>
<div>Tile 2</div>
<div>Tile 3</div>
<div>Tile 4</div>
<div>Tile 5</div>
<div>Tile 6</div>
</div>
Custom Properties
Class Utilities