Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ The Tabs component organizes content into separate tabs that users can switch be
</ParamField>

<ParamField path="language" type="string" required={false}>
The language associated with the code block. Any arbitrary string may be used.
The language associated with the code block. Any arbitrary string may be used.

When a user selects a tab with a specific language, all other tabs assigned to the same language will automatically sync and switch to match.
When a user selects a tab with a specific language, all other tabs assigned to the same language will automatically sync and switch to match. Syncs with the [`for` property of `<CodeBlocks />`](/learn/docs/writing-content/components/code-blocks#override-synchronization).
</ParamField>

<ParamField path="children" type="string | JSX" required={true}>
Expand Down