File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 1- import { ThemeProvider } from '@ui5/webcomponents-react' ;
1+ import { MessageStrip , ThemeProvider } from '@ui5/webcomponents-react' ;
22import UXCIntegrationApp from '../patterns/navigation-layout/src/App.js' ;
33import '../patterns/navigation-layout/src/index.css' ;
44import { 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 > "Fork on StackBlitz"</ 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 >
You can’t perform that action at this time.
0 commit comments