Header

Examples

allianz logo

slot for actions

<nxt-header>
  <nxt-header-row>
    <a slot="brand" href="/" class="header-icon">
      <img width="116" height="30" src="/assets/images/allianz.svg" alt="allianz logo" />
    </a>

    <nxt-header-navigation slot="navigation">
      <ul>
        <li>
          <nxt-header-link active="true">
            <a href="/" onclick="return false;">home</a>
          </nxt-header-link>
        </li>
        <li>
          <nxt-header-link>
            <a href="/" onclick="return false;">details</a>
          </nxt-header-link>
        </li>
      </ul>
    </nxt-header-navigation>
    <div slot="actions">
      <p class="nx-copy">slot for actions</p>
    </div>
  </nxt-header-row>
</nxt-header>

import '@nxt/ndbx-components/header';

NxtHeader

Tag: nxt-header

Properties

Property Attribute Type Default Description