Skip to main content
Version: 1.0.4

OverflowStrategy

@spartanfx/react v1.0.4


@spartanfx/react / OverflowStrategy

Type Alias: OverflowStrategy

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