Skip to main content

OverflowStrategy

@spartanfx/react v1.2.2


@spartanfx/react / index / OverflowStrategy

Type Alias: OverflowStrategy

type OverflowStrategy = "collapse" | "scroll" | "wrap";

Overflow strategy for handling too many breadcrumb items.

  • 'collapse': Show first, last, and overflow menu in middle
  • 'scroll': Allow horizontal scrolling
  • 'wrap': Wrap items to multiple lines