We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb7c5cc commit 3d521faCopy full SHA for 3d521fa
docs/route/route.md
@@ -220,6 +220,7 @@ Omitting the path makes this route a "layout route". It participates in UI nesti
220
<Route path="/about" element={<h2>About</h2>} />
221
</Route>
222
```
223
+
224
In this example, `<h1>Layout</h1>` will be rendered along with each child route's `element` prop, via the layout route's [Outlet][outlet].
225
226
## `index`
0 commit comments