import * as React from "react"; import { mergeProps } from "@base-ui/react/merge-props"; import { useRender } from "@base-ui/react/use-render"; import { PrimitiveArrowIcon } from "../primitives"; import { cn } from "../../lib/utils"; import { DotsThreeIcon } from "@phosphor-icons/react"; function Breadcrumb({ className, ...props }: React.ComponentProps<"nav">) { return (