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 5d14ddc commit 7b81e87Copy full SHA for 7b81e87
examples/react/kitchen-sink-file-based/src/routes/__root.tsx
@@ -7,6 +7,7 @@ import {
7
} from '@tanstack/react-router'
8
import { TanStackRouterDevtools } from '@tanstack/router-devtools'
9
import { Spinner } from '../components/Spinner'
10
+import { Breadcrumbs } from '../components/Breadcrumbs'
11
import type { Auth } from '../utils/auth'
12
13
function RouterSpinner() {
@@ -26,6 +27,7 @@ function RootComponent() {
26
27
<div className={`min-h-screen flex flex-col`}>
28
<div className={`flex items-center border-b gap-2`}>
29
<h1 className={`text-3xl p-2`}>Kitchen Sink</h1>
30
+ <Breadcrumbs />
31
{/* Show a global spinner when the router is transitioning */}
32
<div className={`text-3xl`}>
33
<RouterSpinner />
0 commit comments