From ce1dcd92ab5344aab8eabb2baacecffd89274c43 Mon Sep 17 00:00:00 2001 From: Ilia Mashkov Date: Wed, 18 Feb 2026 16:56:26 +0300 Subject: [PATCH] feat(Label): create shared Label component --- src/shared/ui/Label/Label.svelte | 45 ++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 src/shared/ui/Label/Label.svelte diff --git a/src/shared/ui/Label/Label.svelte b/src/shared/ui/Label/Label.svelte new file mode 100644 index 0000000..6265b3a --- /dev/null +++ b/src/shared/ui/Label/Label.svelte @@ -0,0 +1,45 @@ + + +
+ {#if align !== 'left'} +
+ {/if} +
+ {text} +
+ {#if align !== 'right'} +
+ {/if} +