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