Getting Started
Installation
Install svelte-crumbs as a dependency:
Root layout
Call createBreadcrumbs() once
in your root layout. It scans all pages, resolves the matching breadcrumbs for the
current route, and returns a reactive array.
Source code and issues on GitHub.
Remote function breadcrumb
The label for this page is fetched server-side via a remote function — useful when the title isn't available in load data.