Skip to content

Commit 3b4be7c

Browse files
committed
Update UXCIntegration.tsx
1 parent 7bac931 commit 3b4be7c

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

docs/UXCIntegration.tsx

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { ThemeProvider } from '@ui5/webcomponents-react';
1+
import { MessageStrip, ThemeProvider } from '@ui5/webcomponents-react';
22
import UXCIntegrationApp from '../patterns/navigation-layout/src/App.js';
33
import '../patterns/navigation-layout/src/index.css';
44
import { EmbeddedStackBlitz } from '@/docs/EmbeddedStackBlitz.js';
@@ -8,7 +8,15 @@ function UXCIntegration() {
88
<div style={{ height: '80vh', position: 'relative' }}>
99
<ThemeProvider>
1010
<UXCIntegrationApp
11-
content={<EmbeddedStackBlitz repoPath="SAP/ui5-webcomponents-react/tree/main/patterns/navigation-layout" />}
11+
content={
12+
<>
13+
<MessageStrip hideCloseButton style={{ marginBlockEnd: '0.25rem' }}>
14+
For a full-page view of this pattern, click <b>&#34;Fork on StackBlitz&#34;</b> below to open it in the
15+
standalone StackBlitz editor.
16+
</MessageStrip>
17+
<EmbeddedStackBlitz repoPath="SAP/ui5-webcomponents-react/tree/main/patterns/navigation-layout" />
18+
</>
19+
}
1220
/>
1321
</ThemeProvider>
1422
</div>

0 commit comments

Comments
 (0)