listboxItem

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

Factory function to create a listboxItem.

For more information refer to the official documentation


fun RenderContext.listboxItem(entry: T, classes: String? = null, scope: ScopeContext.() -> Unit = {}, initialize: Listbox.ListboxItems.ListboxItem<HTMLButtonElement, CI, T, C>.() -> Unit)

Factory function to create a listboxItem with a HTMLButtonElement as default Tag.

For more information refer to the official documentation