menuItems

fun <CI : HTMLElement> RenderContext.menuItems(classes: String? = null, scope: ScopeContext.() -> Unit = {}, tag: TagFactory<Tag<CI>>, initialize: Menu.MenuItems<CI, C>.() -> Unit)

Factory function to create a menuItems.

It is recommended to define some explicit z-index within the classes-parameter.

For more information refer to the official documentation


fun RenderContext.menuItems(classes: String? = null, internalScope: ScopeContext.() -> Unit = {}, initialize: Menu.MenuItems<HTMLDivElement, C>.() -> Unit)

Factory function to create a menuItems with a HTMLDivElement as default Tag.

It is recommended to define some explicit z-index within the classes-parameter.

For more information refer to the official documentation