Skip to main content

Toolbar Item Ready

Toolbar Item is component to be used with Toolbar to create navigation links.

Examples #

Open in new window
<duet-toolbar-item url="#henkilöasiakkaat">Henkilöasiakkaat</duet-toolbar-item>
Open in new window
<duet-toolbar-item url="#henkilöasiakkaat" variation="negative">Henkilöasiakkaat</duet-toolbar-item>

Properties #

Property Attribute Description Type Default
accessibleExpanded accessible-expanded If a button expands or collapses adjacent content, then use the ariaExpanded prop to add the aria-expanded attribute to the button. Set the value to convey the current expanded (true) or collapsed (false) state of the content. boolean undefined
accessibleLabel accessible-label Adds accessible label for the link that is only shown for screen readers. Typically, this label text replaces the visible text on the link for users who use assistive technology. string undefined
accessiblePopup accessible-popup Use this property to add an aria-haspopup attribute to a button. string "false"
active active Active boolean false
leadingIcon leading-icon Left icon. string undefined
theme theme Theme. "" | "default" | "turva" ""
trailingIcon trailing-icon Right icon. string undefined
url url Url string undefined
variation variation Variation. "default" | "negative" "default"

Methods #

setFocus(options?: FocusOptions) => Promise<void> #

Sets focus. Use this method instead of the global focus().

Parameters #

Name Type Description
options FocusOptions

Returns #

Type: Promise<void>


Usage #

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

When to use #

  • When you are using Toolbar and want to fill its slots with items.

When not to use #

  • If you are not using Toolbar.

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.

Integration guidelines


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.