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.

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.

For more information refer to the official documentation