diff --git a/COMPONENT_INDEX.md b/COMPONENT_INDEX.md
index fc22e2fe..01a034c9 100644
--- a/COMPONENT_INDEX.md
+++ b/COMPONENT_INDEX.md
@@ -1542,22 +1542,22 @@ None.
### Props
-| Prop name | Required | Kind | Reactive | Type | Default value | Description |
-| :------------ | :------- | :--------------- | :------- | -------------------- | ------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| as | No | let
| No | boolean
| false
| Set to `true` to render a custom HTML element
Props are destructured as `props` in the default slot (e.g., <Grid let:props><header {...props}>...</header></Grid>) |
-| condensed | No | let
| No | boolean
| false
| Set to `true` to use the condensed variant |
-| narrow | No | let
| No | boolean
| false
| Set to `true` to use the narrow variant |
-| fullWidth | No | let
| No | boolean
| false
| Set to `true` to use the fullWidth variant |
-| noGutter | No | let
| No | boolean
| false
| Set to `true` to remove the gutter |
-| noGutterLeft | No | let
| No | boolean
| false
| Set to `true` to remove the left gutter |
-| noGutterRight | No | let
| No | boolean
| false
| Set to `true` to remove the right gutter |
-| padding | No | let
| No | boolean
| false
| Set to `true` to add top and bottom padding to all columns |
+| Prop name | Required | Kind | Reactive | Type | Default value | Description |
+| :------------ | :------- | :--------------- | :------- | -------------------- | ------------------ | ---------------------------------------------------------- |
+| tag | No | let
| No | string
| "div"
| Specify the element tag |
+| condensed | No | let
| No | boolean
| false
| Set to `true` to use the condensed variant |
+| narrow | No | let
| No | boolean
| false
| Set to `true` to use the narrow variant |
+| fullWidth | No | let
| No | boolean
| false
| Set to `true` to use the fullWidth variant |
+| noGutter | No | let
| No | boolean
| false
| Set to `true` to remove the gutter |
+| noGutterLeft | No | let
| No | boolean
| false
| Set to `true` to remove the left gutter |
+| noGutterRight | No | let
| No | boolean
| false
| Set to `true` to remove the right gutter |
+| padding | No | let
| No | boolean
| false
| Set to `true` to add top and bottom padding to all columns |
### Slots
-| Slot name | Default | Props | Fallback |
-| :-------- | :------ | :-------------------------------------------------------------- | :------- |
-| -- | Yes | { props: { class: string; [key: string]: any; } }
| -- |
+| Slot name | Default | Props | Fallback |
+| :-------- | :------ | :---- | :------- |
+| -- | Yes | -- | -- |
### Events
diff --git a/docs/src/COMPONENT_API.json b/docs/src/COMPONENT_API.json
index ce55e9ba..5b7a97fe 100644
--- a/docs/src/COMPONENT_API.json
+++ b/docs/src/COMPONENT_API.json
@@ -4584,11 +4584,11 @@
"filePath": "src/Grid/Grid.svelte",
"props": [
{
- "name": "as",
+ "name": "tag",
"kind": "let",
- "description": "Set to `true` to render a custom HTML element\nProps are destructured as `props` in the default slot (e.g.,