Skip to content

Conversation

@mintlify
Copy link
Contributor

@mintlify mintlify bot commented Feb 3, 2026

Added documentation for the new sync property to the Tabs component. This property allows users to disable tab synchronization across multiple tab groups by setting sync={false}.

Files changed

  • components/tabs.mdx - Added sync property documentation

Created by Mintlify agent


Note

Low Risk
Documentation-only change describing an existing/new Tabs option; no runtime behavior or data/security logic is modified.

Overview
Updates the Tabs docs to mention that cross-tab and code-group synchronization can be disabled via sync={false}.

Adds a new Properties entry documenting the sync boolean (default true) and what happens when it’s set to false.

Written by Cursor Bugbot for commit 95c99b4. This will update automatically on new commits. Configure here.

Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
@dino475 dino475 merged commit a4d6d24 into main Feb 3, 2026
5 checks passed
@dino475 dino475 deleted the mintlify/tabs-sync-property-docs-27546 branch February 3, 2026 23:43
````

Tabs automatically synchronize with other tabs and [code groups](/components/code-groups) on the same page when their labels match. When you select a tab, all other tabs and code groups with the same label update to match your selection.
Tabs automatically synchronize with other tabs and [code groups](/components/code-groups) on the same page when their labels match. When you select a tab, all other tabs and code groups with the same label update to match your selection. You can disable this behavior by setting `sync={false}`.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Tabs automatically synchronize with other tabs and [code groups](/components/code-groups) on the same page when their labels match. When you select a tab, all other tabs and code groups with the same label update to match your selection. You can disable this behavior by setting `sync={false}`.
Tabs automatically synchronize with other tabs and [code groups](/components/code-groups) on the same page when their labels match. When you select a tab, all other tabs and code groups with the same label update to match your selection. You can disable tab synchronization for individual tabs with the `sync={false}` property.


## Properties

<ResponseField name="sync" type="boolean" default="true">
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should move this lower. Will push a commit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants