Menu Bar Button Deprecated
Menu Bar Button is component to be used within Menu Bar to create buttons.
Properties #
Property | Attribute | Description | Type | Default |
---|---|---|---|---|
accessibleActiveDescendant | accessible-active-descendant | Indicates the id of a related component’s visually focused element. | string | undefined |
accessibleControls | accessible-controls | Use this property to add an aria-controls attribute to the button. Use the attribute to point to the unique id of the content that the button manages. | string | undefined |
accessibleDescribedBy | accessible-described-by | Indicates the id of a component that describes the button. | string | undefined |
accessibleDescription | accessible-description | Aria description the button | string | undefined |
accessibleDetails | accessible-details | Details of the component | string | undefined |
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 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 |
accessibleLabelledBy | accessible-labelled-by | String of id's that indicate alternative labels elements | string | undefined |
accessibleOwns | accessible-owns | Indicates the id of a component owned by the button. | string | undefined |
accessiblePopup | accessible-popup | Use this property to add an aria-haspopup attribute to a button, if you are using it as a menu button. | string | "false" |
accessiblePressed | accessible-pressed | Tells screen reader the element is pressed. | boolean | undefined |
icon | icon | Icon | string | undefined |
theme | theme | Theme. | "" | "default" | "turva" | "" |
Methods #
setFocus(options?: FocusOptions) => Promise<void>
#
Sets focus on underlying button element.
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 Menu Bar and want to fill its slot with a buttons.
When not to use #
- If you are not using Menu Bar.
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.
- Underlying component has
menu
role which marks the component as a menu for screen readers. - It can be navigated with arrow keys.
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:
Building Layouts
TutorialsUsing CLI Tools
TutorialsCreating Custom Patterns
TutorialsServer Side Rendering
TutorialsSharing Prototypes
TutorialsUsage With Markdown
Troubleshooting
If you experience any issues while using a component, please head over to the Support page for more guidelines and help.