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.

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.

For more information refer to the official documentation