From 12222634d33c7d2f28b9a153b7c384fddccb2bf2 Mon Sep 17 00:00:00 2001 From: Ilia Mashkov Date: Sun, 22 Feb 2026 11:25:33 +0300 Subject: [PATCH] feat(MicroLabel): create MicroLabel ui component --- .../ui/MicroLabel/MicroLabel.stories.svelte | 67 +++++++++++++++++++ src/shared/ui/MicroLabel/MicroLabel.svelte | 29 ++++++++ 2 files changed, 96 insertions(+) create mode 100644 src/shared/ui/MicroLabel/MicroLabel.stories.svelte create mode 100644 src/shared/ui/MicroLabel/MicroLabel.svelte diff --git a/src/shared/ui/MicroLabel/MicroLabel.stories.svelte b/src/shared/ui/MicroLabel/MicroLabel.stories.svelte new file mode 100644 index 0000000..5662ac0 --- /dev/null +++ b/src/shared/ui/MicroLabel/MicroLabel.stories.svelte @@ -0,0 +1,67 @@ + + + + {#snippet template(args)} + Label + {/snippet} + + + + {#snippet template(args)} +
+
+ Muted Label +

Supporting text goes here

+
+
+ Accent Label +

Supporting text goes here

+
+
+ Subtle Label +

Supporting text goes here

+
+
+ {/snippet} +
+ + + {#snippet template(args)} +
+
+ Status + Active +
+
+ Category + Typography +
+
+ {/snippet} +
diff --git a/src/shared/ui/MicroLabel/MicroLabel.svelte b/src/shared/ui/MicroLabel/MicroLabel.svelte new file mode 100644 index 0000000..0a1c5a9 --- /dev/null +++ b/src/shared/ui/MicroLabel/MicroLabel.svelte @@ -0,0 +1,29 @@ + + + + + +