1

Do you have any design-related questions or suggestions? We'd love to hear from you.

Please contact Wuiman to discuss your ideas.

John Doe

Sticky Header

  • 3 main parts. Orientation elements on the left (breadcrumb trail and headline), action elements on the right (Buttons, searchbar etc.).
  • Fixed height. The sticky header has a hight of 80px.
  • Responsiveness. The action area on the right gets as much space as it needs, while the headline on the left side is truncated.
  • Sticky Header. We call it “sticky header” for a reason ;)
    While scrolling on the page, the header is always visible, so that there is still the possibility for orientation and the primary actions can be triggered.

Stable

Feel free to use this component. It has been tested and is already live in production. Anyways – if you find a problem with this component let me know. You can contact me via slack, email (tjaeger@wescale.com) or personally.

Two main areas

Orientation area

.wui-scene-header__secondary

The most important elements a user needs for orientation are on the left side. On the one hand there is the breadcrumb trail, which shows in which context a user is or where (s)he came from. In addition, the user always has the possibility to navigate to the previous pages using the breadcrumb trail, insofar there are previous pages. On the other hand there is the headline, which indicates the "current location" of the user.

Note:

There is no headline more important than the headline within the sticky header. So there will never be a heading in the content that is larger than 26px.

Key elements

Action area

.wui-scene-header__primary

Most of the primary actions are located here. In addition, there are other actions, such as the search, filter or action buttons, which enable the processing of the respective page. To ensure that even users with small screens can work as easily as possible, the elements on the right are always given as much space as they need whereas the elements of the "wui-scene-header__secondary" are truncated.

Note:

Elements inside the "wui-scene-header__primary" will always affect the content of the whole page. There is no element which only affects specific parts of the particular page.

Key elements