Skip to content

Commit ec3e370

Browse files
authored
Update markdown-features-tabs.mdx
1 parent cf781b4 commit ec3e370

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

docs/guides/markdown-features/markdown-features-tabs.mdx

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
---
22
id: tabs
3+
title: Tabs
34
description: Using Tabs in CodeHarborHub Markdown with MDX
45
slug: /markdown-features/tabs
56
---
67

7-
# Tabs
8-
98
```mdx-code-block
109
import styles from './markdown-features-tabs-styles.module.css';
1110
```
@@ -77,8 +76,6 @@ You can provide a `values` array and a `defaultValue` to simplify tab definition
7776
</BrowserWindow>
7877
```
7978

80-
<AdsComponent />
81-
8279
## Syncing Tab Choices {#syncing-tab-choices}
8380

8481
To synchronize multiple tab groups (e.g., **Beginner / Advanced**), use the same `groupId`.
@@ -110,8 +107,6 @@ Changing one tab updates all groups with the same ID, and the choice is stored i
110107
</BrowserWindow>
111108
```
112109

113-
<AdsComponent />
114-
115110
## Lazy Rendering {#lazy-rendering}
116111

117112
By default, all tab contents are rendered at build time.
@@ -191,4 +186,4 @@ For convenience, when the queryString prop is true, the groupId value will be us
191186

192187
When the page loads, the tab query string choice will be restored in priority over the groupId choice (using localStorage).
193188

194-
:::
189+
:::

0 commit comments

Comments
 (0)