Skip to main content

Menu Bar
Ready

Menu Bar is a bar component that contains menus.

Open in new window
<duet-menu-bar>
<div slot="center">
<duet-menu-bar-link active>Vakuutukset</duet-menu-bar-link>
<duet-menu-bar-link>Sijoittaminen</duet-menu-bar-link>
<duet-menu-bar-link>Rahoitus</duet-menu-bar-link>
<duet-menu-bar-link>Asiakkaalle</duet-menu-bar-link>
</div>
<div slot="right">
<duet-menu-bar-link icon="navigation-user">Omat sivut</duet-menu-bar-link>
<duet-menu-bar-dropdown icon="navigation-user">
<span slot="label">Etunimi</span>
<duet-menu-bar-dropdown-link>Omat tiedot</duet-menu-bar-dropdown-link>
<duet-menu-bar-dropdown-link>Valtuutukset</duet-menu-bar-dropdown-link>
<duet-menu-bar-dropdown-link>Suostumukset</duet-menu-bar-dropdown-link>
<duet-divider margin="none"></duet-divider>
<duet-menu-bar-dropdown-button icon="messaging-logout">Kirjaudu ulos</duet-menu-bar-dropdown-button>
</duet-menu-bar-dropdown>
</div>
</duet-menu-bar>

Properties #

Property Attribute Description Type Default
accessibleLabel accessible-label Adds accessible label for the button that is only shown for screen readers. Typically, this label text replaces the visible text on the button for users who use assistive technology. string undefined
logo logo Logo. boolean true
logoHref logo-href Logo href. string undefined
logoLinkAccessibleLabel logo-link-accessible-label Logo link accessible label. string undefined
theme theme Theme. "" | "default" | "turva" ""

Events #

Event Description Type
duetEvent General event stream for the following events: logoClick You can prevent the default browser functionality by calling event.detail.originalEvent.preventDefault() inside your listener. Additionally, the passed data is available via event.detail.data. CustomEvent<{ originalEvent: Event; name: "logoClick"; data: { logoHref: string; }; component: "duet-menu-bar"; }>

Slots #

Slot Description
"center" Slot for content in center.
"right" Slot for content in right side.

Usage #

This section includes guidelines for designers and developers about the usage of this component in different contexts.

When to use #

  • Use as a wrapper element for menus.

When not to use #

  • Don't use it on its own without filling slots.

Accessibility #

This component has been validated to meet the WCAG 2.1 AA accessibility guidelines. You can find additional information regarding accessibility of this component below.


Integration

For integration, event and theming guidelines, please see Using Components. This documentation explains how to implement and use Duet’s components across different technologies like Angular, React or Vanilla JavaScript.



Tutorials

Follow these practical tutorials to learn how to build simple page layouts using Duet’s CSS Framework, Web Components and other features:

Tutorials

Building Layouts

Tutorials

Using CLI Tools

Tutorials

Creating Custom Patterns

Tutorials

Server Side Rendering

Tutorials

Sharing Prototypes

Tutorials

Usage With Markdown


Troubleshooting

If you experience any issues while using a component, please head over to the Support page for more guidelines and help.