listboxButton
fun <CB : HTMLElement> RenderContext.listboxButton(classes: String? = null, scope: ScopeContext.() -> Unit = {}, tag: TagFactory<Tag<CB>>, content: Tag<CB>.() -> Unit): Tag<CB>
Factory function to create a listboxButton.
For more information refer to the official documentation
fun RenderContext.listboxButton(classes: String? = null, scope: ScopeContext.() -> Unit = {}, content: Tag<HTMLButtonElement>.() -> Unit): Tag<HTMLButtonElement>
Factory function to create a listboxButton with a HTMLButtonElement as default Tag.
For more information refer to the official documentation