diff --git a/COMPONENT_INDEX.md b/COMPONENT_INDEX.md
index 3543cdfd..1fe2a38b 100644
--- a/COMPONENT_INDEX.md
+++ b/COMPONENT_INDEX.md
@@ -3682,9 +3682,10 @@ None.
### Props
-| Prop name | Kind | Reactive | Type | Default value | Description |
-| :-------- | :--------------- | :------- | :------------------ | -------------- | ------------------------------------ |
-| count | let
| No | number
| 4
| Specify the number of tabs to render |
+| Prop name | Kind | Reactive | Type | Default value | Description |
+| :-------- | :--------------- | :------- | :---------------------------------------- | ---------------------- | ------------------------------------ |
+| count | let
| No | number
| 4
| Specify the number of tabs to render |
+| type | let
| No | "default" | "container"
| "default"
| Specify the type of tabs |
### Slots
diff --git a/docs/src/COMPONENT_API.json b/docs/src/COMPONENT_API.json
index aee2c87c..620a86ff 100644
--- a/docs/src/COMPONENT_API.json
+++ b/docs/src/COMPONENT_API.json
@@ -9148,6 +9148,16 @@
"isFunction": false,
"constant": false,
"reactive": false
+ },
+ {
+ "name": "type",
+ "kind": "let",
+ "description": "Specify the type of tabs",
+ "type": "\"default\" | \"container\"",
+ "value": "\"default\"",
+ "isFunction": false,
+ "constant": false,
+ "reactive": false
}
],
"slots": [],
diff --git a/docs/src/pages/components/Tabs.svx b/docs/src/pages/components/Tabs.svx
index f76ca7c8..8ee54f13 100644
--- a/docs/src/pages/components/Tabs.svx
+++ b/docs/src/pages/components/Tabs.svx
@@ -37,6 +37,10 @@ components: ["Tabs", "Tab", "TabContent", "TabsSkeleton"]
-### Skeleton
+### Skeleton (default)
-