I need to create a dropdown menu on the Appbar. how can I do that? I used <kendo-menu-item>, but it doesn't align with other items in the appbar-section
1 Answer, 1 is accepted
0
Zornitsa
Telerik team
answered on 22 Oct 2024, 10:51 AM
Hi Kenny,
From what I understand, your desire is to display a Menuthat shows a popup list of items in the content of the AppBar component, is that correct?
If this is the case, I configured the following StackBlitz example to demonstrate a sample implementation of a Menu component rendered inside a separate AppBarSectioncomponent in the content of the AppBar:
On that note, can you please clarify how exactly are the menu items not aligned with the rest of the content in the AppBar since in the above example, it seems to be that they appear properly and are aligned as expected?
With the above being said, in case the implementation of the StackBlitz example does not fully match up with the use case on your side, please provide more details on the required scenario for showing a dropdown menu in the AppBar. For instance, what are the specific configurations and desired appearance of the AppBar, and how do they differ from the ones in the above example?
Please observe the provided information and let me know what you think.