siemens / ix

Siemens Industrial Experience is a design system for designers and developers, to consistently create the perfect digital experience for industrial software products.
https://ix.siemens.io/
MIT License
198 stars 67 forks source link

Event to detect that the user has clicked on settings or about menu-items #1466

Open viktorhajer opened 1 month ago

viktorhajer commented 1 month ago

Prerequisites

Suggestion / feature request

It would be great if a new event can be introduced to check the user has clicked on the about or settings menu.

    <ix-menu-about (clicked)="aboutClicked()">
      <ix-menu-about-item label="Tab 1">Content 1</ix-menu-about-item>
      <ix-menu-about-item label="Tab 2">Content 2</ix-menu-about-item>
    </ix-menu-about>

    <ix-menu-settings (clicked)="settingsClicked()">
      <ix-menu-settings-item label="Example Setting 1"></ix-menu-settings-item>
      <ix-menu-settings-item label="Example Setting 1"></ix-menu-settings-item>
    </ix-menu-settings>
github-actions[bot] commented 1 month ago

🤖 Hello @viktorhajer

Your issue will be analyzed and is part of our internal workflow. To get informed about our workflow please checkout the Contributing Guidelines

JIRA: IX-1658