Missing event.
+
+ return (
+
+ Automatic trails
+ Where you are, and how you got there.
+
+ This demo is the v3 rewrite of react-breadcrumbs: React 19, React
+ Router 7, no Redux, and markup that a screen reader can actually follow.
+
+
+ -
+ Registered crumbs come from
<Breadcrumb> in
+ the tree — the original API, now backed by context.
+
+ -
+ Route handle crumbs come from
handle.crumb and{' '}
+ useMatches(), including loader data.
+
+ -
+ RTL is not a special prop. Logical CSS follows{' '}
+
dir on the document.
+
+
+
+ Walk Friends, Events, or Locations. Alice’s title is loaded asynchronously. The
+ Overlook is hidden from the trail until you publish it.
+
+
+ )
+}
diff --git a/demo/src/pages/locations.tsx b/demo/src/pages/locations.tsx
new file mode 100644
index 0000000..96a2953
--- /dev/null
+++ b/demo/src/pages/locations.tsx
@@ -0,0 +1,72 @@
+import { useState } from 'react'
+import { NavLink, Outlet, useParams } from 'react-router'
+import { Breadcrumb } from 'react-breadcrumbs'
+import { findPlace, places } from '../data'
+
+export function LocationsLayout() {
+ return (
+ Missing place.
+
+ return (
+