UI MarCom 3

Application Bar Stable Updated

The Application Bar is the area at the top of a website or solution that contains the branding, application name, overall user information and off-content functions.

<uimc-application-bar app-identifier="">
</uimc-application-bar>

AttributeDescriptionValuesDefault
app-identifierAdds an app-identifier with the given textString
app-identifier-linkHyperlink reference of the app identifier linkvalid URL
app-identifier-titleTitle of the app identifier linkString
logo-linkHyperlink reference of the logo linkvalid URL
logo-titleTitle of the logo linkString
SlotSlotted content
additional-functionsSlot for elements/components that provide addtional functionalities (e.g. a search field)
meta-menuSlot for meta level functionalities like a contact link or button
user-identifierSlot for the user identifier component

Standard bar

Log inRegister
<uimc-application-bar app-identifier="App Identifier">
  <uimc-user-identifier id="user-identifier" slot="user-identifier">
    <uimc-menu id="login-menu">
      <uimc-menu-item id="login-button">Log in</uimc-menu-item>
      <uimc-menu-item>Register</uimc-menu-item>
    </uimc-menu>
  </uimc-user-identifier>
  <uimc-meta-menu slot="meta-menu" items='[{
    "label": "Contact",
    "icon": "email",
    "url": "#"
  }]'></uimc-meta-menu>
</uimc-application-bar>