-
-
+
+
+
+
This is the content shown for Tab1
+
And, this is the content for Tab2
+
Finally, this is the content for Tab3
+
"
+`;
+
+exports[`Tabs > renders with color black correctly 1`] = `
+"
+
+
+
+
This is the content shown for Tab1
+
And, this is the content for Tab2
+
Finally, this is the content for Tab3
+
"
+`;
+
+exports[`Tabs > renders with color green correctly 1`] = `
+"
+
+
This is the content shown for Tab1
And, this is the content for Tab2
@@ -11,43 +33,76 @@ exports[`Tabs > renders with class correctly 1`] = `
"
`;
+exports[`Tabs > renders with color primary correctly 1`] = `
+"
+
+
+
+
This is the content shown for Tab1
+
And, this is the content for Tab2
+
Finally, this is the content for Tab3
+
"
+`;
+
+exports[`Tabs > renders with color red correctly 1`] = `
+"
+
+
+
+
This is the content shown for Tab1
+
And, this is the content for Tab2
+
Finally, this is the content for Tab3
+
"
+`;
+
+exports[`Tabs > renders with color white correctly 1`] = `
+"
+
+
+
+
This is the content shown for Tab1
+
And, this is the content for Tab2
+
Finally, this is the content for Tab3
+
"
+`;
+
exports[`Tabs > renders with content slot correctly 1`] = `
"
-
-
+
+
-
Content slot
-
Content slot
-
Finally, this is the content for Tab3
+
Content slot
+
Content slot
+
Finally, this is the content for Tab3
"
`;
exports[`Tabs > renders with custom slot correctly 1`] = `
"
-
-
+
+
-
This is the content shown for Tab1
-
And, this is the content for Tab2
-
Custom slot
+
This is the content shown for Tab1
+
And, this is the content for Tab2
+
Custom slot
"
`;
exports[`Tabs > renders with default slot correctly 1`] = `
"
-
-
+
+
-
This is the content shown for Tab1
-
And, this is the content for Tab2
-
Finally, this is the content for Tab3
+
This is the content shown for Tab1
+
And, this is the content for Tab2
+
Finally, this is the content for Tab3
"
`;
exports[`Tabs > renders with defaultValue correctly 1`] = `
"
-
-
+
+
This is the content shown for Tab1
And, this is the content for Tab2
@@ -57,8 +112,8 @@ exports[`Tabs > renders with defaultValue correctly 1`] = `
exports[`Tabs > renders with items correctly 1`] = `
"
-
-
+
+
This is the content shown for Tab1
And, this is the content for Tab2
@@ -68,19 +123,19 @@ exports[`Tabs > renders with items correctly 1`] = `
exports[`Tabs > renders with leading slot correctly 1`] = `
"
-
-
+
+
-
This is the content shown for Tab1
-
And, this is the content for Tab2
-
Finally, this is the content for Tab3
+
This is the content shown for Tab1
+
And, this is the content for Tab2
+
Finally, this is the content for Tab3
"
`;
exports[`Tabs > renders with modelValue correctly 1`] = `
"
-
-
+
+
This is the content shown for Tab1
And, this is the content for Tab2
@@ -90,8 +145,8 @@ exports[`Tabs > renders with modelValue correctly 1`] = `
exports[`Tabs > renders with orientation vertical correctly 1`] = `
"
-
-
+
+
This is the content shown for Tab1
And, this is the content for Tab2
@@ -101,30 +156,52 @@ exports[`Tabs > renders with orientation vertical correctly 1`] = `
exports[`Tabs > renders with trailing slot correctly 1`] = `
"
-
-
+
+
-
This is the content shown for Tab1
-
And, this is the content for Tab2
-
Finally, this is the content for Tab3
+
This is the content shown for Tab1
+
And, this is the content for Tab2
+
Finally, this is the content for Tab3
"
`;
exports[`Tabs > renders with ui correctly 1`] = `
"
-
-
+
+
-
This is the content shown for Tab1
-
And, this is the content for Tab2
-
Finally, this is the content for Tab3
+
This is the content shown for Tab1
+
And, this is the content for Tab2
+
Finally, this is the content for Tab3
+
"
+`;
+
+exports[`Tabs > renders with variant link correctly 1`] = `
+"
+
+
+
+
This is the content shown for Tab1
+
And, this is the content for Tab2
+
Finally, this is the content for Tab3
+
"
+`;
+
+exports[`Tabs > renders with variant pill correctly 1`] = `
+"
+
+
+
+
This is the content shown for Tab1
+
And, this is the content for Tab2
+
Finally, this is the content for Tab3
"
`;
exports[`Tabs > renders without content correctly 1`] = `
"
-
-
+
+
"