aboutsummaryrefslogtreecommitdiffstats
path: root/apps/kit/src/routes/book/toggles
diff options
context:
space:
mode:
Diffstat (limited to 'apps/kit/src/routes/book/toggles')
-rw-r--r--apps/kit/src/routes/book/toggles/+page.svelte27
1 files changed, 0 insertions, 27 deletions
diff --git a/apps/kit/src/routes/book/toggles/+page.svelte b/apps/kit/src/routes/book/toggles/+page.svelte
deleted file mode 100644
index 94228b4..0000000
--- a/apps/kit/src/routes/book/toggles/+page.svelte
+++ /dev/null
@@ -1,27 +0,0 @@
-<script>
- import Switch from "$lib/components/switch.svelte";
-</script>
-
-<section>
- <h2>Default</h2>
- <Switch />
-</section>
-<section>
- <h2>Short</h2>
- <Switch type="short" />
-</section>
-<section>
- <h2>Icon</h2>
- <Switch type="icon" />
-</section>
-<section>
- <h2>Label / Description</h2>
- <div class="max-w-md">
- <Switch label="Label" description="Some text" />
- </div>
-</section>
-
-<section>
- <h2>Label / Description (right aligned)</h2>
- <Switch label="Label" description="Some text" rightAlignedLabelDescription />
-</section> \ No newline at end of file