Skip to content

Commit 9983516

Browse files
authored
chore(code editor): add headerMainContent prop to example (#11720)
1 parent 40a4413 commit 9983516

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react-code-editor/src/components/CodeEditor/examples/CodeEditorShortcutMainHeader.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ export const CodeEditorShortcutMainHeader: React.FunctionComponent = () => {
9090
value="Mac"
9191
/>
9292
<CodeEditor
93+
headerMainContent="Header main content"
9394
shortcutsPopoverProps={shortcutsPopoverProps}
9495
isLanguageLabelVisible
9596
code="Some example content"

0 commit comments

Comments
 (0)