modalPanel

fun <C : HTMLElement> Modal.modalPanel(classes: String? = null, id: String? = null, internalScope: ScopeContext.() -> Unit = {}, tag: TagFactory<Tag<C>>, initialize: Modal.ModalPanel<C>.() -> Unit)

Factory function to create a modalPanel.

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

For more information refer to the official documentation


fun Modal.modalPanel(classes: String? = null, id: String? = null, internalScope: ScopeContext.() -> Unit = {}, initialize: Modal.ModalPanel<HTMLDivElement>.() -> Unit)

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