New to Kendo UI for Angular? Start a free 30-day trial
Tiles Collection
Updated on Jun 25, 2026
The TileLayout allows you to render its tiles by iterating a collection of configurable objects with the @for block template syntax.
This is an alternative approach for configuring the component instead of manually declaring each container as a separate TileLayoutItem element inside the <kendo-tilelayout> tag.
The following example renders destination tiles by iterating an items array with @for, where each object defines the tile column, title, and image.
Change Theme
Theme
Loading ...