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