menuButton

fun <CB : HTMLElement> RenderContext.menuButton(classes: String? = null, scope: ScopeContext.() -> Unit = {}, tag: TagFactory<Tag<CB>>, content: Tag<CB>.() -> Unit): Tag<CB>

Factory function to create a menuButton.

For more information refer to the official documentation


fun RenderContext.menuButton(classes: String? = null, scope: ScopeContext.() -> Unit = {}, content: Tag<HTMLButtonElement>.() -> Unit): Tag<HTMLButtonElement>

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

For more information refer to the official documentation