diff --git a/.eslintrc.js b/.eslintrc.js
index b5ce81664..a2932b2a9 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -23,6 +23,7 @@ module.exports = {
],
// Story files can have static strings, it doesn't need to handle i18n always.
'vue/no-bare-strings-in-template': 'off',
+ 'no-console': 'off',
},
},
],
diff --git a/app/javascript/dashboard/components-next/tabbar/TabBar.story.vue b/app/javascript/dashboard/components-next/tabbar/TabBar.story.vue
new file mode 100644
index 000000000..7b1946cf6
--- /dev/null
+++ b/app/javascript/dashboard/components-next/tabbar/TabBar.story.vue
@@ -0,0 +1,61 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/app/javascript/dashboard/components-next/tabbar/TabBar.vue b/app/javascript/dashboard/components-next/tabbar/TabBar.vue
new file mode 100644
index 000000000..dc657215f
--- /dev/null
+++ b/app/javascript/dashboard/components-next/tabbar/TabBar.vue
@@ -0,0 +1,58 @@
+
+
+
+
+
+
+
+
+
+