Page Header Component. Used to render important parts of the header. In Ember FW, the only thing which is rendered is the logo and name (or shortname for mobile) on the left hand side of the header, which links to the home page. However, this component is extended by ember-fw-gc, so you can check out its documentation here as well to see the full description of what is used here.

Basic Usage:

<FwHeader />
Show:

Properties