Skip to content
Snippets Groups Projects

Resolve "Implement basic functionality"

Merged Julian requested to merge 1-implement-basic-functionality into main
Compare and Show latest version
3 files
+ 5
5
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 2
2
@@ -4,9 +4,9 @@ This example showcases the `rawItem` with the custom method
`getColor`. Both grids on the outside call the method with
`"red"` while the one in the middle uses `"green"`.
We use arrays called `placedA`, `placedB` and
`placedC` to save, which item is contained in which grid.
`placedC` to save which item is contained in which grid.
Notice: the third grid doesn't save the item position, they are always
Notice: The third grid doesn't save the item positions, they are always
positioned automatically.
<ClientOnly>
Loading