listboxItems

fun <CI : HTMLElement> RenderContext.listboxItems(classes: String? = null, scope: ScopeContext.() -> Unit = {}, tag: TagFactory<Tag<CI>>, initialize: Listbox.ListboxItems<CI, T, C>.() -> Unit)

Factory function to create a listboxItems.

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

For more information refer to the official documentation


fun RenderContext.listboxItems(classes: String? = null, internalScope: ScopeContext.() -> Unit = {}, initialize: Listbox.ListboxItems<HTMLDivElement, T, C>.() -> Unit)

Factory function to create a listboxItems 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