Skip to content

Commit 6954dc5

Browse files
Update components/code-groups.mdx
1 parent e8bdfcf commit 6954dc5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/code-groups.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ icon: "group"
66

77
Use the `CodeGroup` component to display multiple code blocks in a tabbed interface, allowing users to compare implementations across different programming languages or see alternative approaches for the same task.
88

9+
Code groups inherit the global styling configuration from your `docs.json` file. See [Settings](/settings#codeblocks) for customizing code block themes.
10+
911
<CodeGroup>
1012

1113
```javascript helloWorld.js

0 commit comments

Comments
 (0)