diff --git a/src/lib/components/Modal.svelte b/src/lib/components/Modal.svelte new file mode 100644 index 0000000..1e96e08 --- /dev/null +++ b/src/lib/components/Modal.svelte @@ -0,0 +1,33 @@ + + +{#if showModal} +
+ +
+{/if} + + diff --git a/src/lib/components/ModalExample.svelte b/src/lib/components/ModalExample.svelte new file mode 100644 index 0000000..02b3dfa --- /dev/null +++ b/src/lib/components/ModalExample.svelte @@ -0,0 +1,49 @@ + + + +

Settings

+
+ +
+ Show Game Groups:
+ Group A
+ Group B
+ Ungrouped
+ +
+ +
+
+
+ + +
+ + \ No newline at end of file