Submenu Bar Link Ready
Submenu Bar Link is component to be used with Submenu Bar to create navigation links.
Properties #
Property | Attribute | Description | Type | Default |
---|---|---|---|---|
active | active | Active | boolean | false |
href | href | Href | string | "#" |
icon | icon | Icon | string | undefined |
theme | theme | Theme. | "" | "default" | "turva" | "" |
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 Submenu Bar and want to fill its slots with links.
When not to use #
- If you are not using Submenu 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 is a normal
a
element which makes sure screen readers see it as normal link element. - It has been marked as
menuitem
role to make it part of Menu Bar Menu's menu.
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.