Function Breadcrumbs2

Renders a breadcrumbs component with customizable items and actions.

  • Type Parameters

    • T extends unknown = any

      The type of payload data.

    Parameters

    • props: IBreadcrumbs2Props<T>

      The props object.

    Returns Element

    The breadcrumbs component.