modalTitle

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

Factory function to create a modalTitle.

For more information refer to the official documentation


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

Factory function to create a modalTitle with a HTMLHeadingElement as default Tag.

For more information refer to the official documentation