v0.7.0
Go to GitHub repository

<le-navigation>

Tree or menu navigation component with nested items, active URL support, and optional search.

Examples

<le-navigation
  orientation="vertical"
  items='[{"label":"Home","href":"/"}]'
></le-navigation>

Common Properties / Attributes

  • items, orientation, wrap
  • overflow-mode, min-visible-items-for-more, align
  • active-url, searchable, search-placeholder

Events

  • leNavItemSelect
  • leNavItemToggle