Hi.
I'm planning to create a Mega Menu (or Jumbo Menu) as navigation on one of our apps like the one you use on your website (see attached screenshot). I was wondering if there is a Kendo UI component that I could use to create this. I found the Popup component but I'm not sure if this is the best one to use.
Any ideas would be appreciated.
Thanks,
Greetings,
Bernd
Hi, Bernd,
Thank you for the provided screenshot.
The closest KendoReact component to the mega menu is indeed the Popup. You can render any component or layout inside it. In the below example, the Popup is opened using its show prop where its value is set to true in the button's onMouseEnter event handler:
You can refer to this article for more information about the Popup component:
I hope this helps, but please let us know if you have any further questions.
Regards,Wissam
Progress Telerik