/** * @fileoverview Breadcrumb primitive — navigation trail showing the current page hierarchy. * Pure Tailwind component with Radix UI Slot for flexible link rendering. * Part of the Saasflare base component layer. * @module packages/ui/components/ui/breadcrumb * @layer core * * @component * @example * import { Breadcrumb, BreadcrumbList, BreadcrumbItem, BreadcrumbLink, BreadcrumbPage } from '@saasflare/ui'; * * * Home * Current * * */ import * as React from "react"; import { type SaasflareComponentProps } from "../../providers"; /** * Props for {@link Breadcrumb}. Extends the native `