Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 426 Bytes

header.md

File metadata and controls

21 lines (15 loc) · 426 Bytes

Global Header

Shows the side wide header with the global navigation.

<EsHeader />

If you would like to override the default links you can pass a json object to update the links in the navbar.

<EsHeader @links={{this.links}} />

You can also use the block form of the component to add extra HTML to the navigation bar

<EsHeader>
  <div>Hello World</div>
</EsHeader>