From cef8234b8530550242d0ae99b53a0fbf41e8d82b Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Fri, 17 Dec 2021 01:44:17 -0600 Subject: [PATCH] Add a custom checkbox component --- .../src/components/SciFi-Checkbox.svelte | 96 +++++++++++++++++++ 1 file changed, 96 insertions(+) create mode 100644 web-svelte/src/components/SciFi-Checkbox.svelte diff --git a/web-svelte/src/components/SciFi-Checkbox.svelte b/web-svelte/src/components/SciFi-Checkbox.svelte new file mode 100644 index 0000000..69b4aca --- /dev/null +++ b/web-svelte/src/components/SciFi-Checkbox.svelte @@ -0,0 +1,96 @@ + + + + + \ No newline at end of file