@@ -124,18 +124,18 @@ 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
-
+
This is the content shown for Tab1
And, this is the content for Tab2
@@ -146,7 +146,7 @@ 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
@@ -154,32 +154,87 @@ exports[`Tabs > renders with orientation vertical correctly 1`] = `
"
`;
+exports[`Tabs > renders with size lg 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 size md 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 size sm 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 size xl 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 size xs 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 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
@@ -190,7 +245,7 @@ exports[`Tabs > renders with variant link correctly 1`] = `
exports[`Tabs > renders with variant pill correctly 1`] = `
"
-
+
This is the content shown for Tab1
And, this is the content for Tab2
@@ -201,7 +256,7 @@ exports[`Tabs > renders with variant pill correctly 1`] = `
exports[`Tabs > renders without content correctly 1`] = `
"
-
+
"