Skip to main content

Toolbar
Ready

Toolbar is component that is used with Toolbar items to create top navigation area.

Open in new window
<duet-toolbar>
<div slot="left">
<duet-toolbar-link active>Henkilöasiakkaat</duet-toolbar-link>
<duet-toolbar-link href="#yritysasiakkaat">Yritysasiakkaat</duet-toolbar-link>
<duet-toolbar-link href="#maatila-asiakkaat">Maatila-asiakkaat</duet-toolbar-link>
<duet-toolbar-dropdown icon="navigation-language">
<span slot="label">Yhtiöryhmä</span>
<duet-toolbar-dropdown-link>Valinta</duet-toolbar-dropdown-link>
<duet-toolbar-dropdown-link>Valinta</duet-toolbar-dropdown-link>
<duet-toolbar-dropdown-link>Valinta</duet-toolbar-dropdown-link>
</duet-toolbar-dropdown>
</div>
<div slot="right">
<duet-toolbar-link id="search" href="#search" icon="form-search">Hae</duet-toolbar-link>
<duet-toolbar-dropdown icon="navigation-language">
<span slot="label">FI</span>
<duet-toolbar-dropdown-link active>Suomeksi</duet-toolbar-dropdown-link>
<duet-toolbar-dropdown-link>På Svenska</duet-toolbar-dropdown-link>
<duet-toolbar-dropdown-link>In English</duet-toolbar-dropdown-link>
</duet-toolbar-dropdown>
</div>
</duet-toolbar>

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
theme theme Theme. "" | "default" | "turva" ""

Slots #

Slot Description
"left" Slot for content in left side.
"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 #

  • When you need a bar with utils and tools in it.

When not to use #

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

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.