popOverPanel

fun <CP : HTMLElement> RenderContext.popOverPanel(classes: String? = null, scope: ScopeContext.() -> Unit = {}, tag: TagFactory<Tag<CP>>, initialize: PopOver.PopOverPanel<CP, C>.() -> Unit)

Factory function to create a popOverPanel.

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

For more information refer to the official documentation


fun RenderContext.popOverPanel(classes: String? = null, internalScope: ScopeContext.() -> Unit = {}, initialize: PopOver.PopOverPanel<HTMLDivElement, C>.() -> Unit)

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