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
4 files
+ 9
6
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 3
2
@@ -2,10 +2,11 @@
@@ -2,10 +2,11 @@
This uses the same data as the tic-tac-toe but is completely disabled.
This uses the same data as the tic-tac-toe but is completely disabled.
Notice how the items still move if the tic-tac-toe data
Notice how the items still move if the tic-tac-toe data
change. Uncheck the checkbox to enable:
change. Uncheck the first checkbox to enable the grid.
The grid can also be in a loading state, in which it is disabled as well,
The grid can also be in a loading state, in which it is disabled as well,
but it displays loading symbols everywhere. Check the checkbox to try:
but it displays loading symbols everywhere. Check the second checkbox to
 
enable the loading state.
<ClientOnly>
<ClientOnly>
<script setup>
<script setup>
Loading