# Example 9: Multiple Items per field
Grid with multiple items per slot (overlaps only in y direction possible,
width of every item has to be 1
). The items are placed in the grid automatically.
To allow this behaviour, the grid component has to receive the prop multiple-items-y
with the value true
.
item 1
item 2
item 3
item 4
item 5
item 6
item 7
item 8
item 9
item 10
item 11