From 9aad3aa291bac04a41daf4bf61b4fc960e763d20 Mon Sep 17 00:00:00 2001 From: Max Kohler Date: Tue, 11 Nov 2025 14:00:02 +0100 Subject: [PATCH] Build out feature --- components/src/Switcher/Switcher.stories.svelte | 12 ++++++++++++ components/src/Switcher/Switcher.svelte | 13 ++++++++++++- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/components/src/Switcher/Switcher.stories.svelte b/components/src/Switcher/Switcher.stories.svelte index b8787626..1fbb77e9 100644 --- a/components/src/Switcher/Switcher.stories.svelte +++ b/components/src/Switcher/Switcher.stories.svelte @@ -18,6 +18,18 @@ + + + + + +
- {label} +
+ {label} +
    {#each options as o (o)}
  • @@ -69,6 +73,13 @@ font-family: var(--swr-sans); } + .legend { + &.hidden { + position: absolute; + left: -9999px; + } + } + ul { width: 100%; display: flex;