modalOverlay

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

Factory function to create a modalOverlay.

For more information refer to the official documentation


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

Factory function to create a modalOverlay with a HTMLDivElement as default Tag.

For more information refer to the official documentation