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} +