From 1a74d00f025803e14375c538e03d0907d120dbcb Mon Sep 17 00:00:00 2001
From: Vincent Baaij
- With version 4.9.4 of the library, we introduced a FluentMenuProvider
. The FluentMenu
component has been updated to use this provider.
- The <FluentMenuProvider />
is a new component to be placed at the bottom of your HTML page (like the other Providers),
- which renders all menus (and menu items) at the provider location in the HTML structure. This allows for menus to appear on top other components.
+ With version 4.9.4 of the library, we introduced the FluentMenuProvider
component. The Menu component has been updated to use this provider.
+ The <FluentMenuProvider />
needs to be placed at the bottom of your HTML page (just like the other ...Providers components).
+ It will renders all menus (and menu items) at the provider location in the HTML structure. This allows for menus to appear on top other components.
- You can disable this feature by adding the UseMenuService="false"
attribute.
- In this case, the menu is drawn at the location of your HTML code.
+ You can disable this feature by adding the UseMenuService
parameter (with a value of "false") to you FluentMenu component. In this case, the menu will be rendered at the location it is placed at in the page.
Items
parameter as well as manually as the ChildContent
(at the same time).
+
+ With version 4.9.4 of the library, we introduced the FluentMenuProvider
component. The MenuButton component has been updated to use this provider.
+ The <FluentMenuProvider />
needs to be placed at the bottom of your HTML page (just like the other ...Providers components).
+ It will renders all menus (and menu items) at the provider location in the HTML structure. This allows for menus to appear on top other components.
+