There was an error while loading. Please reload this page.
1 parent 86e75bf commit 1cde856Copy full SHA for 1cde856
1 file changed
packages/documentation/src/guides/creating-a-new-app.md
@@ -96,9 +96,9 @@ behavior to start with.
96
return (
97
- <div className="App">
98
+ <Layout
99
-+ {...useLayoutNavigation(navItems, window.location.pathname)}
100
+ appBarTitle="react-md App"
101
+ navHeaderTitle="My App"
++ treeProps={useLayoutNavigation(navItems, window.location.pathname)}
102
+ >
103
+ <div className="App">
104
<header className="App-header">
0 commit comments