diff --git a/.gitignore b/.gitignore
index 69368fbb..1da14503 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,4 +4,5 @@ dist
dist-ssr
*.local
.history
-.env
\ No newline at end of file
+.env
+.vscode
\ No newline at end of file
diff --git a/src/Indicator/Indicator.stories.tsx b/src/Indicator/Indicator.stories.tsx
index ceffcf7c..121f1376 100644
--- a/src/Indicator/Indicator.stories.tsx
+++ b/src/Indicator/Indicator.stories.tsx
@@ -31,3 +31,14 @@ Default.args = {
),
item: ,
}
+
+export const ResponsiveNotificationBubble: Story = (args) => {
+ return
+}
+
+ResponsiveNotificationBubble.args = {
+ children: (
+
+ ),
+ item: 7} />,
+}
\ No newline at end of file