Function Breadcrumbs

Renders a breadcrumb component with optional save button and action menu.

  • Type Parameters

    • T extends unknown = any

      The type of payload used by the actions.

    Parameters

    • props: IBreadcrumbsProps<T>

      The component props.

    Returns Element

    The rendered breadcrumb component.