Breadcrumb Item @astryx-svelte/core v0.3.0 · Breadcrumbs
Usage
Individual breadcrumb item that renders as a link when href is provided, or as plain text for the current page.tsimport { Breadcrumbs } from '@astryx-svelte/core';
Examples
Common configurations, variations, and states.BreadcrumbItem — Basic
Breadcrumb links inside a Breadcrumbs trail. Ancestor pages get an href; mark the last item with isCurrent to render it as plain text for the current page.