Skip to content

six-header

Header Dropdown Item

Header dropdown items provide dropdown elements in the header. Sets the active flag (bottom border) when the dropdown is open.

Option AOption BOption C
html
<six-header>
  <six-header-item>
    <six-logo></six-logo>
  </six-header-item>

  <six-header-dropdown-item>
    <six-icon-button slot="trigger" name="settings"></six-icon-button>
    <six-menu>
      <six-menu-item>Option A</six-menu-item>
      <six-menu-item>Option B</six-menu-item>
      <six-menu-item>Option C</six-menu-item>
    </six-menu>
  </six-header-dropdown-item>
</six-header>

Properties

PropertyAttributeDescriptionTypeDefault
filterfilterSet to true to allow auto filtering for entries in the dropdown. With this flag the dropdown will automatically filter itsel. If you need to coordinate the shown elements yourself, e.g. because you need to call an endpoint use asyncFilter insteadbooleanfalse
filterPlaceholderfilter-placeholderThe filter's placeholder text.string'Filter...'

Dependencies

Depends on

Graph


Copyright © 2021-present SIX-Group